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