|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SBorderRule>
org.metaabm.SBorderRule
public enum SBorderRule
Enum Constant Summary | |
---|---|
BOUNCY_LITERAL
The 'Bouncy' literal object. |
|
PERIODIC_LITERAL
The 'Periodic' literal object. |
|
STICKY_LITERAL
The 'Sticky' literal object. |
|
STRICT_LITERAL
The 'Strict' literal object. |
Field Summary | |
---|---|
static int |
BOUNCY
The 'Bouncy' literal value. |
static int |
PERIODIC
The 'Periodic' literal value. |
static int |
STICKY
The 'Sticky' literal value. |
static int |
STRICT
The 'Strict' literal value. |
static java.util.List<SBorderRule> |
VALUES
A public read-only list of all the 'SBorder Rule' enumerators. |
Method Summary | |
---|---|
static SBorderRule |
get(int value)
Returns the 'SBorder Rule' literal with the specified integer value. |
static SBorderRule |
get(java.lang.String literal)
Returns the 'SBorder Rule' literal with the specified literal value. |
static SBorderRule |
getByName(java.lang.String name)
Returns the 'SBorder Rule' 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 SBorderRule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SBorderRule[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SBorderRule STICKY_LITERAL
STICKY
public static final SBorderRule STRICT_LITERAL
STRICT
public static final SBorderRule BOUNCY_LITERAL
BOUNCY
public static final SBorderRule PERIODIC_LITERAL
PERIODIC
Field Detail |
---|
public static final int STICKY
If the meaning of 'Sticky' literal object isn't clear, there really should be more of a description here...
STICKY_LITERAL
,
Constant Field Valuespublic static final int STRICT
If the meaning of 'Strict' literal object isn't clear, there really should be more of a description here...
STRICT_LITERAL
,
Constant Field Valuespublic static final int BOUNCY
If the meaning of 'Bouncy' literal object isn't clear, there really should be more of a description here...
BOUNCY_LITERAL
,
Constant Field Valuespublic static final int PERIODIC
If the meaning of 'Periodic' literal object isn't clear, there really should be more of a description here...
PERIODIC_LITERAL
,
Constant Field Valuespublic static final java.util.List<SBorderRule> VALUES
Method Detail |
---|
public static SBorderRule[] values()
for (SBorderRule c : SBorderRule.values()) System.out.println(c);
public static SBorderRule 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 name
java.lang.NullPointerException
- if the argument is nullpublic static SBorderRule get(java.lang.String literal)
public static SBorderRule getByName(java.lang.String name)
public static SBorderRule get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<SBorderRule>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |