Package org.nuiton.eugene.models.object
Interface ObjectModelModifier
-
- All Known Implementing Classes:
ObjectModelJavaModifier,ObjectModelUMLModifier
public interface ObjectModelModifierModifiers that can be used Created: 3 nov. 2009- Author:
- Florian Desbois - desbois@codelutin.com
-
-
Field Summary
Fields Modifier and Type Field Description static ObjectModelModifierABSTRACTDeprecated.static ObjectModelModifierAGGREGATEDeprecated.static ObjectModelModifierCOMPOSITEDeprecated.static ObjectModelModifierFINALDeprecated.static ObjectModelModifierNAVIGABLEDeprecated.static ObjectModelModifierORDEREDDeprecated.static ObjectModelModifierPACKAGEDeprecated.static ObjectModelModifierPRIVATEDeprecated.static ObjectModelModifierPROTECTEDDeprecated.static ObjectModelModifierPUBLICDeprecated.static ObjectModelModifierSTATICDeprecated.static ObjectModelModifierTRANSIENTDeprecated.static ObjectModelModifierUNIQUEDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()booleanisAssociationType()booleanisVisibility()
-
-
-
Field Detail
-
STATIC
@Deprecated static final ObjectModelModifier STATIC
Deprecated.
-
FINAL
@Deprecated static final ObjectModelModifier FINAL
Deprecated.
-
ABSTRACT
@Deprecated static final ObjectModelModifier ABSTRACT
Deprecated.
-
TRANSIENT
@Deprecated static final ObjectModelModifier TRANSIENT
Deprecated.
-
PUBLIC
@Deprecated static final ObjectModelModifier PUBLIC
Deprecated.
-
PROTECTED
@Deprecated static final ObjectModelModifier PROTECTED
Deprecated.
-
PRIVATE
@Deprecated static final ObjectModelModifier PRIVATE
Deprecated.
-
PACKAGE
@Deprecated static final ObjectModelModifier PACKAGE
Deprecated.
-
AGGREGATE
@Deprecated static final ObjectModelModifier AGGREGATE
Deprecated.
-
COMPOSITE
@Deprecated static final ObjectModelModifier COMPOSITE
Deprecated.
-
UNIQUE
@Deprecated static final ObjectModelModifier UNIQUE
Deprecated.
-
ORDERED
@Deprecated static final ObjectModelModifier ORDERED
Deprecated.
-
NAVIGABLE
@Deprecated static final ObjectModelModifier NAVIGABLE
Deprecated.
-
-
Method Detail
-
isVisibility
boolean isVisibility()
- Returns:
- true is the current ObjectModelModifier is a Java visibility
-
isAssociationType
boolean isAssociationType()
- Returns:
- true is the current ObjectModelModifier is an UML association type
-
getName
String getName()
- Returns:
- the name of the constant. This refers to Enum.name().
-
-