TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.trace
Enum TRCMethodProperties

java.lang.Object
  extended by java.lang.Enum<TRCMethodProperties>
      extended by org.eclipse.hyades.models.trace.TRCMethodProperties
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TRCMethodProperties>, org.eclipse.emf.common.util.Enumerator

public enum TRCMethodProperties
extends java.lang.Enum<TRCMethodProperties>
implements org.eclipse.emf.common.util.Enumerator

A representation of the literals of the enumeration 'TRC Method Properties', and utility methods for working with them. Used as a bitmask for the TRCMethod.modifier field.

See Also:
TracePackage.getTRCMethodProperties()
Generated
[EMF] Model

Enum Constant Summary
JAVA_ABSTRACT_LITERAL
          The 'JAVA ABSTRACT' literal object
JAVA_CONSTRUCTOR_LITERAL
          The 'JAVA CONSTRUCTOR' literal object
JAVA_DEFAULT_VISIBILITY_LITERAL
          The 'JAVA DEFAULT VISIBILITY' literal object
JAVA_FINALIZER_LITERAL
          The 'JAVA FINALIZER' literal object
JAVA_NATIVE_LITERAL
          The 'JAVA NATIVE' literal object
JAVA_PRIVATE_LITERAL
          The 'JAVA PRIVATE' literal object
JAVA_PROTECTED_LITERAL
          The 'JAVA PROTECTED' literal object
JAVA_PUBLIC_LITERAL
          The 'JAVA PUBLIC' literal object
JAVA_STATIC_LITERAL
          The 'JAVA STATIC' literal object
JAVA_SYNCHRONIZED_LITERAL
          The 'JAVA SYNCHRONIZED' literal object
 
Field Summary
static int JAVA_ABSTRACT
          The 'JAVA ABSTRACT' literal value
static int JAVA_CONSTRUCTOR
          The 'JAVA CONSTRUCTOR' literal value
static int JAVA_DEFAULT_VISIBILITY
          The 'JAVA DEFAULT VISIBILITY' literal value
static int JAVA_FINALIZER
          The 'JAVA FINALIZER' literal value
static int JAVA_NATIVE
          The 'JAVA NATIVE' literal value
static int JAVA_PRIVATE
          The 'JAVA PRIVATE' literal value
static int JAVA_PROTECTED
          The 'JAVA PROTECTED' literal value
static int JAVA_PUBLIC
          The 'JAVA PUBLIC' literal value
static int JAVA_STATIC
          The 'JAVA STATIC' literal value
static int JAVA_SYNCHRONIZED
          The 'JAVA SYNCHRONIZED' literal value
static java.util.List<TRCMethodProperties> VALUES
          A public read-only list of all the 'TRC Method Properties' enumerators
 
Method Summary
static TRCMethodProperties get(int value)
          Returns the 'TRC Method Properties' literal with the specified integer value
static TRCMethodProperties get(java.lang.String literal)
          Returns the 'TRC Method Properties' literal with the specified literal value
static TRCMethodProperties getByLabel(java.lang.String label)
           
static TRCMethodProperties getByName(java.lang.String name)
          Returns the 'TRC Method Properties' literal with the specified name
 java.lang.String getLabel()
           
 java.lang.String getLiteral()
           
 java.lang.String getName()
           
static java.lang.String getString(java.lang.String key)
           
 int getValue()
           
 java.lang.String toString()
          Returns the literal value of the enumerator, which is its string representation
static TRCMethodProperties valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TRCMethodProperties[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

JAVA_NATIVE_LITERAL

public static final TRCMethodProperties JAVA_NATIVE_LITERAL
The 'JAVA NATIVE' literal object.

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

See Also:
JAVA_NATIVE
Generated
[EMF] Ordered

JAVA_SYNCHRONIZED_LITERAL

public static final TRCMethodProperties JAVA_SYNCHRONIZED_LITERAL
The 'JAVA SYNCHRONIZED' literal object.

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

See Also:
JAVA_SYNCHRONIZED
Generated
[EMF] Ordered

JAVA_PUBLIC_LITERAL

public static final TRCMethodProperties JAVA_PUBLIC_LITERAL
The 'JAVA PUBLIC' literal object.

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

See Also:
JAVA_PUBLIC
Generated
[EMF] Ordered

JAVA_PRIVATE_LITERAL

public static final TRCMethodProperties JAVA_PRIVATE_LITERAL
The 'JAVA PRIVATE' literal object.

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

See Also:
JAVA_PRIVATE
Generated
[EMF] Ordered

JAVA_PROTECTED_LITERAL

public static final TRCMethodProperties JAVA_PROTECTED_LITERAL
The 'JAVA PROTECTED' literal object.

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

See Also:
JAVA_PROTECTED
Generated
[EMF] Ordered

JAVA_DEFAULT_VISIBILITY_LITERAL

public static final TRCMethodProperties JAVA_DEFAULT_VISIBILITY_LITERAL
The 'JAVA DEFAULT VISIBILITY' literal object.

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

See Also:
JAVA_DEFAULT_VISIBILITY
Generated
[EMF] Ordered

JAVA_STATIC_LITERAL

public static final TRCMethodProperties JAVA_STATIC_LITERAL
The 'JAVA STATIC' literal object.

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

See Also:
JAVA_STATIC
Generated
[EMF] Ordered

JAVA_CONSTRUCTOR_LITERAL

public static final TRCMethodProperties JAVA_CONSTRUCTOR_LITERAL
The 'JAVA CONSTRUCTOR' literal object.

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

See Also:
JAVA_CONSTRUCTOR
Generated
[EMF] Ordered

JAVA_ABSTRACT_LITERAL

public static final TRCMethodProperties JAVA_ABSTRACT_LITERAL
The 'JAVA ABSTRACT' literal object.

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

See Also:
JAVA_ABSTRACT
Generated
[EMF] Ordered

JAVA_FINALIZER_LITERAL

public static final TRCMethodProperties JAVA_FINALIZER_LITERAL
The 'JAVA FINALIZER' literal object.

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

See Also:
JAVA_FINALIZER
Generated
[EMF] Ordered
Field Detail

JAVA_NATIVE

public static final int JAVA_NATIVE
The 'JAVA NATIVE' literal value.

See Also:
JAVA_NATIVE_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

JAVA_SYNCHRONIZED

public static final int JAVA_SYNCHRONIZED
The 'JAVA SYNCHRONIZED' literal value.

See Also:
JAVA_SYNCHRONIZED_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

JAVA_PUBLIC

public static final int JAVA_PUBLIC
The 'JAVA PUBLIC' literal value.

See Also:
JAVA_PUBLIC_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

JAVA_PRIVATE

public static final int JAVA_PRIVATE
The 'JAVA PRIVATE' literal value.

See Also:
JAVA_PRIVATE_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

JAVA_PROTECTED

public static final int JAVA_PROTECTED
The 'JAVA PROTECTED' literal value.

See Also:
JAVA_PROTECTED_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

JAVA_DEFAULT_VISIBILITY

public static final int JAVA_DEFAULT_VISIBILITY
The 'JAVA DEFAULT VISIBILITY' literal value.

See Also:
JAVA_DEFAULT_VISIBILITY_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

JAVA_STATIC

public static final int JAVA_STATIC
The 'JAVA STATIC' literal value.

See Also:
JAVA_STATIC_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

JAVA_CONSTRUCTOR

public static final int JAVA_CONSTRUCTOR
The 'JAVA CONSTRUCTOR' literal value.

See Also:
JAVA_CONSTRUCTOR_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

JAVA_ABSTRACT

public static final int JAVA_ABSTRACT
The 'JAVA ABSTRACT' literal value.

See Also:
JAVA_ABSTRACT_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

JAVA_FINALIZER

public static final int JAVA_FINALIZER
The 'JAVA FINALIZER' literal value.

See Also:
JAVA_FINALIZER_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

VALUES

public static final java.util.List<TRCMethodProperties> VALUES
A public read-only list of all the 'TRC Method Properties' enumerators.

Generated
Method Detail

values

public static final TRCMethodProperties[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(TRCMethodProperties c : TRCMethodProperties.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static TRCMethodProperties valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

get

public static TRCMethodProperties get(java.lang.String literal)
Returns the 'TRC Method Properties' literal with the specified literal value.

Generated

getByName

public static TRCMethodProperties getByName(java.lang.String name)
Returns the 'TRC Method Properties' literal with the specified name.

Generated

get

public static TRCMethodProperties get(int value)
Returns the 'TRC Method Properties' literal with the specified integer value.

Generated

getValue

public int getValue()

Specified by:
getValue in interface org.eclipse.emf.common.util.Enumerator
Generated

getName

public java.lang.String getName()

Specified by:
getName in interface org.eclipse.emf.common.util.Enumerator
Generated

getLiteral

public java.lang.String getLiteral()

Specified by:
getLiteral in interface org.eclipse.emf.common.util.Enumerator
Generated

toString

public java.lang.String toString()
Returns the literal value of the enumerator, which is its string representation.

Overrides:
toString in class java.lang.Enum<TRCMethodProperties>
Generated

getString

public static java.lang.String getString(java.lang.String key)

getByLabel

public static TRCMethodProperties getByLabel(java.lang.String label)

getLabel

public java.lang.String getLabel()

TPTP 4.6.0 Platform Project
Public API Specification