Interface SEnumeration
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SEnumerationLiteralgetDefault()SEnumerationLiteralgetLiteral(String name)Resolves the enumeration literal with matching nameCollection<SEnumerationLiteral>getLiterals()- 
Methods inherited from interface org.jetbrains.mps.openapi.language.SDataTypefromString, toString
 
- 
 
- 
- 
- 
Method Detail- 
getLiteralSEnumerationLiteral getLiteral(String name) Resolves the enumeration literal with matching name
 - 
getDefaultSEnumerationLiteral getDefault() 
 - 
getLiteralsCollection<SEnumerationLiteral> getLiterals() - Returns:
- ordered set of enumeration literals
 
 
- 
 
-