| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.AccessRuleType
public final class AccessRuleType
A representation of the literals of the enumeration 'Access Rule Type', and utility methods for working with them.
SybaseasesqlmodelPackage.getAccessRuleType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | ANDThe 'AND' literal value. | 
| static AccessRuleType | AND_LITERALThe 'AND' literal object. | 
| static int | DEFThe 'DEF' literal value. | 
| static AccessRuleType | DEF_LITERALThe 'DEF' literal object. | 
| static int | ORThe 'OR' literal value. | 
| static AccessRuleType | OR_LITERALThe 'OR' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Access Rule Type' enumerators. | 
| Method Summary | |
|---|---|
| static AccessRuleType | get(int value)Returns the 'Access Rule Type' literal with the specified integer value. | 
| static AccessRuleType | get(java.lang.String literal)Returns the 'Access Rule Type' literal with the specified literal value. | 
| static AccessRuleType | getByName(java.lang.String name)Returns the 'Access Rule Type' literal with the specified name. | 
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator | 
|---|
| getLiteral, getName, getValue, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final int DEF
If the meaning of 'DEF' literal object isn't clear, there really should be more of a description here...
DEF_LITERAL, 
Constant Field Valuespublic static final int AND
If the meaning of 'AND' literal object isn't clear, there really should be more of a description here...
AND_LITERAL, 
Constant Field Valuespublic static final int OR
If the meaning of 'OR' literal object isn't clear, there really should be more of a description here...
OR_LITERAL, 
Constant Field Valuespublic static final AccessRuleType DEF_LITERAL
DEFpublic static final AccessRuleType AND_LITERAL
ANDpublic static final AccessRuleType OR_LITERAL
ORpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static AccessRuleType get(java.lang.String literal)
public static AccessRuleType getByName(java.lang.String name)
public static AccessRuleType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||