|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CompressionTypes>
org.dmtf.schemas.ovf.envelope.CompressionTypes
public enum CompressionTypes
A representation of the literals of the enumeration 'Compression Types', and utility methods for working with them.
EnvelopePackage.getCompressionTypes()
Enum Constant Summary | |
---|---|
GZIPTYPE
The 'Gziptype' literal object. |
|
IDENTITYTYPE
The 'Identitytype' literal object. |
Field Summary | |
---|---|
static int |
GZIPTYPE_VALUE
The 'Gziptype' literal value. |
static int |
IDENTITYTYPE_VALUE
The 'Identitytype' literal value. |
static java.util.List<CompressionTypes> |
VALUES
A public read-only list of all the 'Compression Types' enumerators. |
Method Summary | |
---|---|
static CompressionTypes |
get(int value)
Returns the 'Compression Types' literal with the specified integer value. |
static CompressionTypes |
get(java.lang.String literal)
Returns the 'Compression Types' literal with the specified literal value. |
static CompressionTypes |
getByName(java.lang.String name)
Returns the 'Compression Types' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static CompressionTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CompressionTypes[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CompressionTypes IDENTITYTYPE
IDENTITYTYPE_VALUE
public static final CompressionTypes GZIPTYPE
GZIPTYPE_VALUE
Field Detail |
---|
public static final int IDENTITYTYPE_VALUE
If the meaning of 'Identitytype' literal object isn't clear, there really should be more of a description here...
IDENTITYTYPE
,
Constant Field Valuespublic static final int GZIPTYPE_VALUE
If the meaning of 'Gziptype' literal object isn't clear, there really should be more of a description here...
GZIPTYPE
,
Constant Field Valuespublic static final java.util.List<CompressionTypes> VALUES
Method Detail |
---|
public static final CompressionTypes[] values()
for(CompressionTypes c : CompressionTypes.values()) System.out.println(c);
public static CompressionTypes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static CompressionTypes get(java.lang.String literal)
public static CompressionTypes getByName(java.lang.String name)
public static CompressionTypes get(int value)
public int getValue()
getValue
in interface Enumerator
public java.lang.String getName()
getName
in interface Enumerator
public java.lang.String getLiteral()
getLiteral
in interface Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<CompressionTypes>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |