|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.lang.enums.Enum
net.sf.quarrel.file.FeatureType
An enumerations of compartments types that can exist inside an element, such as operations, dependencies and attributes.
Field Summary | |
static FeatureType |
ACTORS
This specifies the set of Actor elements that use the UseCase. |
static FeatureType |
ASSOCIATIONS
The header for the associations compartment, identifying the elements the element being defined is related to. |
static FeatureType |
ATTRIBUTES
The header for the attributes compartment, identifying the the attributes or fields defined on the element. |
static FeatureType |
DEPENDENCIES
The header for the dependencies compartment, identifying those elements the current element requires for its definition or implementation. |
static FeatureType |
EXTENDS
The header for the extends compartment, identifying the more generalized element that the current element specializes. |
static FeatureType |
IMPLEMENTS
The header for the implements compartment, identifying the interfaces a class implements |
static FeatureType |
INCLUDES
The header for the includes compartment, identifying the use cases that are aggregated into the used case being defined. |
static FeatureType |
LINKS
Represents a specialized relationship attaching a note to an Element. |
static FeatureType |
OPERATIONS
The header for the operations compartment, identifying the the methods defined on the element. |
static FeatureType |
STEREOTYPES
The header for the stereotypes compartment, identifying the set of UML stereotypes that apply to the element being defined. |
Fields inherited from class org.apache.commons.lang.enums.Enum |
iToString |
Method Summary | |
static FeatureType |
getEnum(java.lang.String type)
Returns the FeatureType identified by the specified String. |
static java.util.List |
getTypes()
Gets a List of the FeatureType objects. |
static java.util.Iterator |
iterator()
Gets an Iterator over the FeatureType objects. |
Methods inherited from class org.apache.commons.lang.enums.Enum |
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final FeatureType DEPENDENCIES
public static final FeatureType ASSOCIATIONS
public static final FeatureType OPERATIONS
public static final FeatureType ATTRIBUTES
public static final FeatureType IMPLEMENTS
public static final FeatureType STEREOTYPES
public static final FeatureType LINKS
public static final FeatureType ACTORS
ElementType.ACTOR
public static final FeatureType EXTENDS
public static final FeatureType INCLUDES
Method Detail |
public static FeatureType getEnum(java.lang.String type)
type
- the String identifying a FeatureType
java.lang.IllegalArgumentException
- - if the name can not be matchedpublic static java.util.Iterator iterator()
public static java.util.List getTypes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |