Enum Class PCMFileExtensions
- All Implemented Interfaces:
Serializable
,Comparable<PCMFileExtensions>
,Constable
,Enumerator
- See Also:
- Generated class or method.
- EMF model class or method.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThe 'ALLOCATION' literal object.The 'MONITORREPOSITORY' literal object.The 'PCMMEASURINGPOINT' literal object.The 'REPOSITORY' literal object.The 'RESOURCEENVIRONMENT' literal object.The 'RESOURCETYPE' literal object.The 'SERVICELEVELOBJECTIVE' literal object.The 'SYSTEM' literal object.The 'USAGEMODEL' literal object. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The 'ALLOCATION' literal value.static final int
The 'MONITORREPOSITORY' literal value.static final int
The 'PCMMEASURINGPOINT' literal value.static final int
The 'REPOSITORY' literal value.static final int
The 'RESOURCEENVIRONMENT' literal value.static final int
The 'RESOURCETYPE' literal value.static final int
The 'SERVICELEVELOBJECTIVE' literal value.static final int
The 'SYSTEM' literal value.static final int
The 'USAGEMODEL' literal value.static final List<PCMFileExtensions>
A public read-only list of all the 'PCM File Extensions' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic PCMFileExtensions
get
(int value) Returns the 'PCM File Extensions' literal with the specified integer value.static PCMFileExtensions
Returns the 'PCM File Extensions' literal with the specified literal value.static PCMFileExtensions
Returns the 'PCM File Extensions' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static PCMFileExtensions
Returns the enum constant of this class with the specified name.static PCMFileExtensions[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SYSTEM
The 'SYSTEM' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
ALLOCATION
The 'ALLOCATION' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
RESOURCEENVIRONMENT
The 'RESOURCEENVIRONMENT' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
REPOSITORY
The 'REPOSITORY' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGEMODEL
The 'USAGEMODEL' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
RESOURCETYPE
The 'RESOURCETYPE' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
MONITORREPOSITORY
The 'MONITORREPOSITORY' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
PCMMEASURINGPOINT
The 'PCMMEASURINGPOINT' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
SERVICELEVELOBJECTIVE
The 'SERVICELEVELOBJECTIVE' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Field Details
-
SYSTEM_VALUE
public static final int SYSTEM_VALUEThe 'SYSTEM' literal value.If the meaning of 'SYSTEM' literal object isn't clear, there really should be more of a description here...
- See Also:
- Generated class or method.
- EMF model class or method.
- literal="system"
- Ordered collection.
-
ALLOCATION_VALUE
public static final int ALLOCATION_VALUEThe 'ALLOCATION' literal value.If the meaning of 'ALLOCATION' literal object isn't clear, there really should be more of a description here...
- See Also:
- Generated class or method.
- EMF model class or method.
- literal="allocation"
- Ordered collection.
-
RESOURCEENVIRONMENT_VALUE
public static final int RESOURCEENVIRONMENT_VALUEThe 'RESOURCEENVIRONMENT' literal value.If the meaning of 'RESOURCEENVIRONMENT' literal object isn't clear, there really should be more of a description here...
- See Also:
- Generated class or method.
- EMF model class or method.
- literal="resourceenvironment"
- Ordered collection.
-
REPOSITORY_VALUE
public static final int REPOSITORY_VALUEThe 'REPOSITORY' literal value.If the meaning of 'REPOSITORY' literal object isn't clear, there really should be more of a description here...
- See Also:
- Generated class or method.
- EMF model class or method.
- literal="repository"
- Ordered collection.
-
USAGEMODEL_VALUE
public static final int USAGEMODEL_VALUEThe 'USAGEMODEL' literal value.If the meaning of 'USAGEMODEL' literal object isn't clear, there really should be more of a description here...
- See Also:
- Generated class or method.
- EMF model class or method.
- literal="usagemodel"
- Ordered collection.
-
RESOURCETYPE_VALUE
public static final int RESOURCETYPE_VALUEThe 'RESOURCETYPE' literal value.If the meaning of 'RESOURCETYPE' literal object isn't clear, there really should be more of a description here...
- See Also:
- Generated class or method.
- EMF model class or method.
- literal="resourcetype"
- Ordered collection.
-
MONITORREPOSITORY_VALUE
public static final int MONITORREPOSITORY_VALUEThe 'MONITORREPOSITORY' literal value.If the meaning of 'MONITORREPOSITORY' literal object isn't clear, there really should be more of a description here...
- See Also:
- Generated class or method.
- EMF model class or method.
- literal="monitorrepository"
- Ordered collection.
-
PCMMEASURINGPOINT_VALUE
public static final int PCMMEASURINGPOINT_VALUEThe 'PCMMEASURINGPOINT' literal value.If the meaning of 'PCMMEASURINGPOINT' literal object isn't clear, there really should be more of a description here...
- See Also:
- Generated class or method.
- EMF model class or method.
- literal="pcmmeasuringpoint"
- Ordered collection.
-
SERVICELEVELOBJECTIVE_VALUE
public static final int SERVICELEVELOBJECTIVE_VALUEThe 'SERVICELEVELOBJECTIVE' literal value.If the meaning of 'SERVICELEVELOBJECTIVE' literal object isn't clear, there really should be more of a description here...
- See Also:
- Generated class or method.
- EMF model class or method.
- literal="slo"
- Ordered collection.
-
VALUES
A public read-only list of all the 'PCM File Extensions' enumerators.- Generated class or method.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
get
Returns the 'PCM File Extensions' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
. - Generated class or method.
-
getByName
Returns the 'PCM File Extensions' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
. - Generated class or method.
-
get
Returns the 'PCM File Extensions' literal with the specified integer value.- Parameters:
value
- the integer value.- Returns:
- the matching enumerator or
null
. - Generated class or method.
-
getValue
public int getValue()- Specified by:
getValue
in interfaceEnumerator
- Generated class or method.
-
getName
- Specified by:
getName
in interfaceEnumerator
- Generated class or method.
-
getLiteral
- Specified by:
getLiteral
in interfaceEnumerator
- Generated class or method.
-
toString
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<PCMFileExtensions>
- Generated class or method.
-