org.eclipse.jst.j2ee.webapplication
Class TransportGuaranteeType

java.lang.Object
  extended byAbstractEnumerator
      extended byorg.eclipse.jst.j2ee.webapplication.TransportGuaranteeType

public final class TransportGuaranteeType
extends AbstractEnumerator

Since:
1.0
See Also:
Serialized Form

Field Summary
static int CONFIDENTIAL
           
static TransportGuaranteeType CONFIDENTIAL_LITERAL
          The 'CONFIDENTIAL' literal object
static int INTEGRAL
           
static TransportGuaranteeType INTEGRAL_LITERAL
          The 'INTEGRAL' literal object
static int NONE
           
static TransportGuaranteeType NONE_LITERAL
          The 'NONE' literal object
static java.util.List VALUES
          A public read-only list of all the 'Transport Guarantee Type' enumerators
 
Method Summary
static TransportGuaranteeType get(int value)
          Returns the 'Transport Guarantee Type' literal with the specified integer value
static TransportGuaranteeType get(java.lang.String literal)
          Returns the 'Transport Guarantee Type' literal with the specified literal value
static TransportGuaranteeType getByName(java.lang.String name)
          Returns the 'Transport Guarantee Type' literal with the specified name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

INTEGRAL

public static final int INTEGRAL
See Also:
Constant Field Values

CONFIDENTIAL

public static final int CONFIDENTIAL
See Also:
Constant Field Values

NONE_LITERAL

public static final TransportGuaranteeType NONE_LITERAL
The 'NONE' literal object.

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

See Also:
NONE

INTEGRAL_LITERAL

public static final TransportGuaranteeType INTEGRAL_LITERAL
The 'INTEGRAL' literal object.

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

See Also:
INTEGRAL

CONFIDENTIAL_LITERAL

public static final TransportGuaranteeType CONFIDENTIAL_LITERAL
The 'CONFIDENTIAL' literal object.

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

See Also:
CONFIDENTIAL

VALUES

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

Method Detail

get

public static TransportGuaranteeType get(java.lang.String literal)
Returns the 'Transport Guarantee Type' literal with the specified literal value.

Returns:
literal instance

getByName

public static TransportGuaranteeType getByName(java.lang.String name)
Returns the 'Transport Guarantee Type' literal with the specified name.


get

public static TransportGuaranteeType get(int value)
Returns the 'Transport Guarantee Type' literal with the specified integer value.

Parameters:
value - passes literal value
Returns:
literal instance