|
Generators | |||||||||
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.topcased.outline.configurator.ChildActionType
public final class ChildActionType
A representation of the literals of the enumeration 'Child Action Type', and utility methods for working with them.
OutlineConfiguratorPackage.getChildActionType()
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
copyright
|
static int |
EXACT
The 'Exact' literal value. |
static ChildActionType |
EXACT_LITERAL
The 'Exact' literal object. |
static int |
HIERACHICAL
The 'Hierachical' literal value. |
static ChildActionType |
HIERACHICAL_LITERAL
The 'Hierachical' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Child Action Type' enumerators. |
Method Summary | |
---|---|
static ChildActionType |
get(int value)
Returns the 'Child Action Type' literal with the specified integer value. |
static ChildActionType |
get(java.lang.String literal)
Returns the 'Child Action Type' literal with the specified literal value. |
static ChildActionType |
getByName(java.lang.String name)
Returns the 'Child Action Type' literal with the specified name. |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString, writeReplace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String copyright
public static final int EXACT
If the meaning of 'Exact' literal object isn't clear, there really should be more of a description here...
EXACT_LITERAL
,
Constant Field Valuespublic static final int HIERACHICAL
If the meaning of 'Hierachical' literal object isn't clear, there really should be more of a description here...
HIERACHICAL_LITERAL
,
Constant Field Valuespublic static final ChildActionType EXACT_LITERAL
EXACT
public static final ChildActionType HIERACHICAL_LITERAL
HIERACHICAL
public static final java.util.List VALUES
Method Detail |
---|
public static ChildActionType get(java.lang.String literal)
public static ChildActionType getByName(java.lang.String name)
public static ChildActionType get(int value)
|
Generators | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.