TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.models.internal.probekit
Class FragmentType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.hyades.models.internal.probekit.FragmentType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class FragmentType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Fragment Type', and utility methods for working with them.

See Also:
ProbekitPackage.getFragmentType()
Generated
[EMF] Model

Field Summary
static int AFTER_CALL
          The 'After Call' literal value
static FragmentType AFTER_CALL_LITERAL
          The 'After Call' literal object
static int BEFORE_CALL
          The 'Before Call' literal value
static FragmentType BEFORE_CALL_LITERAL
          The 'Before Call' literal object
static int CATCH
          The 'Catch' literal value
static FragmentType CATCH_LITERAL
          The 'Catch' literal object
static int ENTRY
          The 'Entry' literal value
static FragmentType ENTRY_LITERAL
          The 'Entry' literal object
static int EXECUTABLE_UNIT
          The 'Executable Unit' literal value
static FragmentType EXECUTABLE_UNIT_LITERAL
          The 'Executable Unit' literal object
static int EXIT
          The 'Exit' literal value
static FragmentType EXIT_LITERAL
          The 'Exit' literal object
static int STATIC_INITIALIZER
          The 'Static Initializer' literal value
static FragmentType STATIC_INITIALIZER_LITERAL
          The 'Static Initializer' literal object
static java.util.List 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 value
static FragmentType get(java.lang.String name)
          Returns the 'Fragment Type' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ENTRY

public static final int ENTRY
The 'Entry' literal value.

See Also:
ENTRY_LITERAL, Constant Field Values
Generated
[EMF] Model
name="entry"
[EMF] Ordered

CATCH

public static final int CATCH
The 'Catch' literal value.

See Also:
CATCH_LITERAL, Constant Field Values
Generated
[EMF] Model
name="catch"
[EMF] Ordered

EXIT

public static final int EXIT
The 'Exit' literal value.

See Also:
EXIT_LITERAL, Constant Field Values
Generated
[EMF] Model
name="exit"
[EMF] Ordered

BEFORE_CALL

public static final int BEFORE_CALL
The 'Before Call' literal value.

See Also:
BEFORE_CALL_LITERAL, Constant Field Values
Generated
[EMF] Model
name="beforeCall"
[EMF] Ordered

AFTER_CALL

public static final int AFTER_CALL
The 'After Call' literal value.

See Also:
AFTER_CALL_LITERAL, Constant Field Values
Generated
[EMF] Model
name="afterCall"
[EMF] Ordered

STATIC_INITIALIZER

public static final int STATIC_INITIALIZER
The 'Static Initializer' literal value.

See Also:
STATIC_INITIALIZER_LITERAL, Constant Field Values
Generated
[EMF] Model
name="staticInitializer"
[EMF] Ordered

EXECUTABLE_UNIT

public static final int EXECUTABLE_UNIT
The 'Executable Unit' literal value.

See Also:
EXECUTABLE_UNIT_LITERAL, Constant Field Values
Generated
[EMF] Model
name="executableUnit"
[EMF] Ordered

ENTRY_LITERAL

public static final FragmentType ENTRY_LITERAL
The 'Entry' literal object.

If the meaning of 'Entry' literal object isn't clear, there really should be more of a description here...

See Also:
ENTRY
Generated
[EMF] Ordered

CATCH_LITERAL

public static final FragmentType CATCH_LITERAL
The 'Catch' literal object.

If the meaning of 'Catch' literal object isn't clear, there really should be more of a description here...

See Also:
CATCH
Generated
[EMF] Ordered

EXIT_LITERAL

public static final FragmentType EXIT_LITERAL
The 'Exit' literal object.

If the meaning of 'Exit' literal object isn't clear, there really should be more of a description here...

See Also:
EXIT
Generated
[EMF] Ordered

BEFORE_CALL_LITERAL

public static final FragmentType BEFORE_CALL_LITERAL
The 'Before Call' literal object.

If the meaning of 'Before Call' literal object isn't clear, there really should be more of a description here...

See Also:
BEFORE_CALL
Generated
[EMF] Ordered

AFTER_CALL_LITERAL

public static final FragmentType AFTER_CALL_LITERAL
The 'After Call' literal object.

If the meaning of 'After Call' literal object isn't clear, there really should be more of a description here...

See Also:
AFTER_CALL
Generated
[EMF] Ordered

STATIC_INITIALIZER_LITERAL

public static final FragmentType STATIC_INITIALIZER_LITERAL
The 'Static Initializer' literal object.

If the meaning of 'Static Initializer' literal object isn't clear, there really should be more of a description here...

See Also:
STATIC_INITIALIZER
Generated
[EMF] Ordered

EXECUTABLE_UNIT_LITERAL

public static final FragmentType EXECUTABLE_UNIT_LITERAL
The 'Executable Unit' literal object.

If the meaning of 'Executable Unit' literal object isn't clear, there really should be more of a description here...

See Also:
EXECUTABLE_UNIT
Generated
[EMF] Ordered

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Fragment Type' enumerators.

Generated
Method Detail

get

public static FragmentType get(java.lang.String name)
Returns the 'Fragment Type' literal with the specified name.

Generated

get

public static FragmentType get(int value)
Returns the 'Fragment Type' literal with the specified value.

Generated

TPTP 4.5.0 Platform Project
Internal API Specification