TPTP 4.3.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.wsdm.tooling.model.metadataDescriptor
Class MutabilityType

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.tptp.wsdm.tooling.model.metadataDescriptor.MutabilityType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

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

See Also:
MetadataDescriptorPackage.getMutabilityType()
Generated
[EMF] Model

Field Summary
static int APPENDABLE
          The 'Appendable' literal value
static MutabilityType APPENDABLE_LITERAL
          The 'Appendable' literal object
static int CONSTANT
          The 'Constant' literal value
static MutabilityType CONSTANT_LITERAL
          The 'Constant' literal object
static int MUTABLE
          The 'Mutable' literal value
static MutabilityType MUTABLE_LITERAL
          The 'Mutable' literal object
static java.util.List VALUES
          A public read-only list of all the 'Mutability Type' enumerators
 
Method Summary
static MutabilityType get(int value)
          Returns the 'Mutability Type' literal with the specified integer value
static MutabilityType get(java.lang.String literal)
          Returns the 'Mutability Type' literal with the specified literal value
static MutabilityType getByName(java.lang.String name)
          Returns the 'Mutability 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

CONSTANT

public static final int CONSTANT
The 'Constant' literal value.

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

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

APPENDABLE

public static final int APPENDABLE
The 'Appendable' literal value.

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

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

MUTABLE

public static final int MUTABLE
The 'Mutable' literal value.

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

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

CONSTANT_LITERAL

public static final MutabilityType CONSTANT_LITERAL
The 'Constant' literal object.

See Also:
CONSTANT
Generated
[EMF] Ordered

APPENDABLE_LITERAL

public static final MutabilityType APPENDABLE_LITERAL
The 'Appendable' literal object.

See Also:
APPENDABLE
Generated
[EMF] Ordered

MUTABLE_LITERAL

public static final MutabilityType MUTABLE_LITERAL
The 'Mutable' literal object.

See Also:
MUTABLE
Generated
[EMF] Ordered

VALUES

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

Generated
Method Detail

get

public static MutabilityType get(java.lang.String literal)
Returns the 'Mutability Type' literal with the specified literal value.

Generated

getByName

public static MutabilityType getByName(java.lang.String name)
Returns the 'Mutability Type' literal with the specified name.

Generated

get

public static MutabilityType get(int value)
Returns the 'Mutability Type' literal with the specified integer value.

Generated

TPTP 4.3.0 Monitoring Tools Project
Public API Specification