|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<FragmentType>
org.eclipse.hyades.models.internal.probekit.FragmentType
public enum FragmentType
A representation of the literals of the enumeration 'Fragment Type', and utility methods for working with them.
ProbekitPackage.getFragmentType()| Enum Constant Summary | |
|---|---|
AFTER_CALL_LITERAL
The 'After Call' literal object |
|
BEFORE_CALL_LITERAL
The 'Before Call' literal object |
|
CATCH_LITERAL
The 'Catch' literal object |
|
ENTRY_LITERAL
The 'Entry' literal object |
|
EXECUTABLE_UNIT_LITERAL
The 'Executable Unit' literal object |
|
EXIT_LITERAL
The 'Exit' literal object |
|
STATIC_INITIALIZER_LITERAL
The 'Static Initializer' literal object |
|
| Field Summary | |
|---|---|
static int |
AFTER_CALL
The 'After Call' literal value |
static int |
BEFORE_CALL
The 'Before Call' literal value |
static int |
CATCH
The 'Catch' literal value |
static int |
ENTRY
The 'Entry' literal value |
static int |
EXECUTABLE_UNIT
The 'Executable Unit' literal value |
static int |
EXIT
The 'Exit' literal value |
static int |
STATIC_INITIALIZER
The 'Static Initializer' literal value |
static java.util.List<FragmentType> |
VALUES
A public read-only list of all the 'Fragment Type' enumerators |
| Method Summary | |
|---|---|
static FragmentType |
get(int value)
Returns the 'Fragment Type' literal with the specified integer value |
static FragmentType |
get(java.lang.String literal)
Returns the 'Fragment Type' literal with the specified literal value |
static FragmentType |
getByName(java.lang.String name)
Returns the 'Fragment Type' literal with the specified name |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation |
static FragmentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FragmentType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FragmentType ENTRY_LITERAL
If the meaning of 'Entry' literal object isn't clear, there really should be more of a description here...
ENTRYpublic static final FragmentType CATCH_LITERAL
If the meaning of 'Catch' literal object isn't clear, there really should be more of a description here...
CATCHpublic static final FragmentType EXIT_LITERAL
If the meaning of 'Exit' literal object isn't clear, there really should be more of a description here...
EXITpublic static final FragmentType BEFORE_CALL_LITERAL
If the meaning of 'Before Call' literal object isn't clear, there really should be more of a description here...
BEFORE_CALLpublic static final FragmentType AFTER_CALL_LITERAL
If the meaning of 'After Call' literal object isn't clear, there really should be more of a description here...
AFTER_CALLpublic static final FragmentType STATIC_INITIALIZER_LITERAL
If the meaning of 'Static Initializer' literal object isn't clear, there really should be more of a description here...
STATIC_INITIALIZERpublic static final FragmentType EXECUTABLE_UNIT_LITERAL
If the meaning of 'Executable Unit' literal object isn't clear, there really should be more of a description here...
EXECUTABLE_UNIT| Field Detail |
|---|
public static final int ENTRY
ENTRY_LITERAL,
Constant Field Valuespublic static final int CATCH
CATCH_LITERAL,
Constant Field Valuespublic static final int EXIT
EXIT_LITERAL,
Constant Field Valuespublic static final int BEFORE_CALL
BEFORE_CALL_LITERAL,
Constant Field Valuespublic static final int AFTER_CALL
AFTER_CALL_LITERAL,
Constant Field Valuespublic static final int STATIC_INITIALIZER
STATIC_INITIALIZER_LITERAL,
Constant Field Valuespublic static final int EXECUTABLE_UNIT
EXECUTABLE_UNIT_LITERAL,
Constant Field Valuespublic static final java.util.List<FragmentType> VALUES
| Method Detail |
|---|
public static final FragmentType[] values()
for(FragmentType c : FragmentType.values())
System.out.println(c);
public static FragmentType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic static FragmentType get(java.lang.String literal)
public static FragmentType getByName(java.lang.String name)
public static FragmentType get(int value)
public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<FragmentType>
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||