|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyTypeType | |
---|---|
org.dmtf.schemas.ovf.envelope | |
org.dmtf.schemas.ovf.envelope.util |
Uses of PropertyTypeType in org.dmtf.schemas.ovf.envelope |
---|
Fields in org.dmtf.schemas.ovf.envelope with type parameters of type PropertyTypeType | |
---|---|
static java.util.List<PropertyTypeType> |
PropertyTypeType.VALUES
A public read-only list of all the 'Property Type Type' enumerators. |
Methods in org.dmtf.schemas.ovf.envelope that return PropertyTypeType | |
---|---|
static PropertyTypeType |
PropertyTypeType.get(int value)
Returns the 'Property Type Type' literal with the specified integer value. |
static PropertyTypeType |
PropertyTypeType.get(java.lang.String literal)
Returns the 'Property Type Type' literal with the specified literal value. |
static PropertyTypeType |
PropertyTypeType.getByName(java.lang.String name)
Returns the 'Property Type Type' literal with the specified name. |
PropertyTypeType |
PropertyType.getType()
Returns the value of the 'Type' attribute. |
static PropertyTypeType |
PropertyTypeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PropertyTypeType[] |
PropertyTypeType.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 PropertyTypeType | |
---|---|
void |
PropertyType.setType(PropertyTypeType value)
Sets the value of the ' Type ' attribute. |
Uses of PropertyTypeType in org.dmtf.schemas.ovf.envelope.util |
---|
Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type PropertyTypeType | |
---|---|
boolean |
EnvelopeValidator.validatePropertyTypeType(PropertyTypeType propertyTypeType,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
boolean |
EnvelopeValidator.validatePropertyTypeTypeObject(PropertyTypeType propertyTypeTypeObject,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |