|
||||||||||
| 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.ohf.ihe.common.cdar2.CompressionAlgorithm
public final class CompressionAlgorithm
A representation of the literals of the enumeration 'Compression Algorithm', and utility methods for working with them. vocSet: D10620 (C-0-D10620-cpt)
CDAR2Package.getCompressionAlgorithm()| Field Summary | |
|---|---|
static int |
DF
The 'DF' literal value. |
static CompressionAlgorithm |
DF_LITERAL
The 'DF' literal object. |
static int |
GZ
The 'GZ' literal value. |
static CompressionAlgorithm |
GZ_LITERAL
The 'GZ' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Compression Algorithm' enumerators. |
static int |
Z
The 'Z' literal value. |
static CompressionAlgorithm |
Z_LITERAL
The 'Z' literal object. |
static int |
ZL
The 'ZL' literal value. |
static CompressionAlgorithm |
ZL_LITERAL
The 'ZL' literal object. |
| Method Summary | |
|---|---|
static CompressionAlgorithm |
get(int value)
Returns the 'Compression Algorithm' literal with the specified integer value. |
static CompressionAlgorithm |
get(java.lang.String literal)
Returns the 'Compression Algorithm' literal with the specified literal value. |
static CompressionAlgorithm |
getByName(java.lang.String name)
Returns the 'Compression Algorithm' 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int DF
If the meaning of 'DF' literal object isn't clear, there really should be more of a description here...
DF_LITERAL,
Constant Field Valuespublic static final int GZ
If the meaning of 'GZ' literal object isn't clear, there really should be more of a description here...
GZ_LITERAL,
Constant Field Valuespublic static final int Z
If the meaning of 'Z' literal object isn't clear, there really should be more of a description here...
Z_LITERAL,
Constant Field Valuespublic static final int ZL
If the meaning of 'ZL' literal object isn't clear, there really should be more of a description here...
ZL_LITERAL,
Constant Field Valuespublic static final CompressionAlgorithm DF_LITERAL
DFpublic static final CompressionAlgorithm GZ_LITERAL
GZpublic static final CompressionAlgorithm Z_LITERAL
Zpublic static final CompressionAlgorithm ZL_LITERAL
ZLpublic static final java.util.List VALUES
| Method Detail |
|---|
public static CompressionAlgorithm get(java.lang.String literal)
public static CompressionAlgorithm getByName(java.lang.String name)
public static CompressionAlgorithm get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||