|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompressionTypes | |
---|---|
org.dmtf.schemas.ovf.envelope | |
org.dmtf.schemas.ovf.envelope.util |
Uses of CompressionTypes in org.dmtf.schemas.ovf.envelope |
---|
Fields in org.dmtf.schemas.ovf.envelope with type parameters of type CompressionTypes | |
---|---|
static java.util.List<CompressionTypes> |
CompressionTypes.VALUES
A public read-only list of all the 'Compression Types' enumerators. |
Methods in org.dmtf.schemas.ovf.envelope that return CompressionTypes | |
---|---|
static CompressionTypes |
CompressionTypes.get(int value)
Returns the 'Compression Types' literal with the specified integer value. |
static CompressionTypes |
CompressionTypes.get(java.lang.String literal)
Returns the 'Compression Types' literal with the specified literal value. |
static CompressionTypes |
CompressionTypes.getByName(java.lang.String name)
Returns the 'Compression Types' literal with the specified name. |
CompressionTypes |
FileType.getCompression()
Returns the value of the 'Compression' attribute. |
static CompressionTypes |
CompressionTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CompressionTypes[] |
CompressionTypes.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.dmtf.schemas.ovf.envelope with parameters of type CompressionTypes | |
---|---|
void |
FileType.setCompression(CompressionTypes value)
Sets the value of the ' Compression ' attribute. |
Uses of CompressionTypes in org.dmtf.schemas.ovf.envelope.util |
---|
Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type CompressionTypes | |
---|---|
boolean |
EnvelopeValidator.validateCompressionTypes(CompressionTypes compressionTypes,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
boolean |
EnvelopeValidator.validateCompressionTypesObject(CompressionTypes compressionTypesObject,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |