|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StartActionTypes | |
---|---|
org.dmtf.schemas.ovf.envelope | |
org.dmtf.schemas.ovf.envelope.util |
Uses of StartActionTypes in org.dmtf.schemas.ovf.envelope |
---|
Fields in org.dmtf.schemas.ovf.envelope with type parameters of type StartActionTypes | |
---|---|
static java.util.List<StartActionTypes> |
StartActionTypes.VALUES
A public read-only list of all the 'Start Action Types' enumerators. |
Methods in org.dmtf.schemas.ovf.envelope that return StartActionTypes | |
---|---|
static StartActionTypes |
StartActionTypes.get(int value)
Returns the 'Start Action Types' literal with the specified integer value. |
static StartActionTypes |
StartActionTypes.get(java.lang.String literal)
Returns the 'Start Action Types' literal with the specified literal value. |
static StartActionTypes |
StartActionTypes.getByName(java.lang.String name)
Returns the 'Start Action Types' literal with the specified name. |
StartActionTypes |
ItemType.getStartAction()
Returns the value of the 'Start Action' attribute. |
static StartActionTypes |
StartActionTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StartActionTypes[] |
StartActionTypes.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 StartActionTypes | |
---|---|
void |
ItemType.setStartAction(StartActionTypes value)
Sets the value of the ' Start Action ' attribute. |
Uses of StartActionTypes in org.dmtf.schemas.ovf.envelope.util |
---|
Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type StartActionTypes | |
---|---|
boolean |
EnvelopeValidator.validateStartActionTypes(StartActionTypes startActionTypes,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
boolean |
EnvelopeValidator.validateStartActionTypesObject(StartActionTypes startActionTypesObject,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |