|
TPTP 4.3.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.tptp.wsdm.tooling.model.metadataDescriptor.MutabilityType
A representation of the literals of the enumeration 'Mutability Type', and utility methods for working with them.
MetadataDescriptorPackage.getMutabilityType()| 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 |
public static final int CONSTANT
If the meaning of 'Constant' literal object isn't clear, there really should be more of a description here...
CONSTANT_LITERAL,
Constant Field Valuespublic static final int APPENDABLE
If the meaning of 'Appendable' literal object isn't clear, there really should be more of a description here...
APPENDABLE_LITERAL,
Constant Field Valuespublic static final int MUTABLE
If the meaning of 'Mutable' literal object isn't clear, there really should be more of a description here...
MUTABLE_LITERAL,
Constant Field Valuespublic static final MutabilityType CONSTANT_LITERAL
CONSTANTpublic static final MutabilityType APPENDABLE_LITERAL
APPENDABLEpublic static final MutabilityType MUTABLE_LITERAL
MUTABLEpublic static final java.util.List VALUES
| Method Detail |
public static MutabilityType get(java.lang.String literal)
public static MutabilityType getByName(java.lang.String name)
public static MutabilityType get(int value)
|
TPTP 4.3.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||