|
Generators | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ResizableType>
org.topcased.modeler.diagramconfigurator.ResizableType
public enum ResizableType
A representation of the literals of the enumeration 'Resizable Type', and utility methods for working with them.
DiagramconfiguratorPackage.getResizableType()
Enum Constant Summary | |
---|---|
ALL_LITERAL
The 'ALL' literal object. | |
HEIGHT_LITERAL
The 'HEIGHT' literal object. | |
NONE_LITERAL
The 'NONE' literal object. | |
WIDTH_LITERAL
The 'WIDTH' literal object. |
Field Summary | |
---|---|
static int |
ALL
The 'ALL' literal value. |
static int |
HEIGHT
The 'HEIGHT' literal value. |
static int |
NONE
The 'NONE' literal value. |
static java.util.List<ResizableType> |
VALUES
A public read-only list of all the 'Resizable Type' enumerators. |
static int |
WIDTH
The 'WIDTH' literal value. |
Method Summary | |
---|---|
static ResizableType |
get(int value)
Returns the 'Resizable Type' literal with the specified integer value. |
static ResizableType |
get(java.lang.String literal)
Returns the 'Resizable Type' literal with the specified literal value. |
static ResizableType |
getByName(java.lang.String name)
Returns the 'Resizable Type' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static ResizableType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ResizableType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ResizableType NONE_LITERAL
NONE
public static final ResizableType WIDTH_LITERAL
WIDTH
public static final ResizableType HEIGHT_LITERAL
HEIGHT
public static final ResizableType ALL_LITERAL
ALL
Field Detail |
---|
public static final int NONE
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONE_LITERAL
,
Constant Field Valuespublic static final int WIDTH
If the meaning of 'WIDTH' literal object isn't clear, there really should be more of a description here...
WIDTH_LITERAL
,
Constant Field Valuespublic static final int HEIGHT
If the meaning of 'HEIGHT' literal object isn't clear, there really should be more of a description here...
HEIGHT_LITERAL
,
Constant Field Valuespublic static final int ALL
If the meaning of 'ALL' literal object isn't clear, there really should be more of a description here...
ALL_LITERAL
,
Constant Field Valuespublic static final java.util.List<ResizableType> VALUES
Method Detail |
---|
public static final ResizableType[] values()
for(ResizableType c : ResizableType.values()) System.out.println(c);
public static ResizableType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static ResizableType get(java.lang.String literal)
public static ResizableType getByName(java.lang.String name)
public static ResizableType get(int value)
public int getValue()
getValue
in interface Enumerator
public java.lang.String getName()
getName
in interface Enumerator
public java.lang.String getLiteral()
getLiteral
in interface Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<ResizableType>
|
Generators | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.