Package org.nuiton.eugene.models.object
Interface ObjectModelEnumeration
-
- All Superinterfaces:
ObjectModelClassifier
,ObjectModelElement
,WithTagValuesOrStereotypes
- All Known Implementing Classes:
ObjectModelEnumerationImpl
public interface ObjectModelEnumeration extends ObjectModelClassifier
ObjectModelEnumeration.- Author:
- Florian Desbois - desbois@codelutin.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>
getLiterals()
Returns literals of this enumeration.-
Methods inherited from interface org.nuiton.eugene.models.object.ObjectModelClassifier
getAllInterfaceAttributes, getAllInterfaceOperations, getAllOtherAttributes, getAllOtherOperations, getAttribute, getAttributes, getDependencies, getDependency, getInterfaces, getOperations, getOperations, getPackageName, getQualifiedName, isClass, isEnum, isInner, isInterface
-
Methods inherited from interface org.nuiton.eugene.models.object.ObjectModelElement
getComments, getDeclaringElement, getDescription, getDocumentation, getName, getSourceDocumentation, isStatic
-
Methods inherited from interface org.nuiton.eugene.models.extension.tagvalue.WithTagValuesOrStereotypes
addStereotype, addTagValue, getStereotypes, getTagValue, getTagValues, hasStereotype, hasTagValue, removeStereotype, removeTagValue
-
-
-
-
Method Detail
-
getLiterals
Collection<String> getLiterals()
Returns literals of this enumeration.- Returns:
- a Collection of String
-
-