|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChangeableTypeTypeBase | |
---|---|
org.dmtf.schemas.wscim.vssd | |
org.dmtf.schemas.wscim.vssd.util |
Uses of ChangeableTypeTypeBase in org.dmtf.schemas.wscim.vssd |
---|
Fields in org.dmtf.schemas.wscim.vssd with type parameters of type ChangeableTypeTypeBase | |
---|---|
static java.util.List<ChangeableTypeTypeBase> |
ChangeableTypeTypeBase.VALUES
A public read-only list of all the 'Changeable Type Type Base' enumerators. |
Methods in org.dmtf.schemas.wscim.vssd that return ChangeableTypeTypeBase | |
---|---|
static ChangeableTypeTypeBase |
ChangeableTypeTypeBase.get(int value)
Returns the 'Changeable Type Type Base' literal with the specified integer value. |
static ChangeableTypeTypeBase |
ChangeableTypeTypeBase.get(java.lang.String literal)
Returns the 'Changeable Type Type Base' literal with the specified literal value. |
static ChangeableTypeTypeBase |
ChangeableTypeTypeBase.getByName(java.lang.String name)
Returns the 'Changeable Type Type Base' literal with the specified name. |
static ChangeableTypeTypeBase |
ChangeableTypeTypeBase.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ChangeableTypeTypeBase[] |
ChangeableTypeTypeBase.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of ChangeableTypeTypeBase in org.dmtf.schemas.wscim.vssd.util |
---|
Methods in org.dmtf.schemas.wscim.vssd.util with parameters of type ChangeableTypeTypeBase | |
---|---|
boolean |
VssdValidator.validateChangeableTypeTypeBase(ChangeableTypeTypeBase changeableTypeTypeBase,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
boolean |
VssdValidator.validateChangeableTypeTypeBaseObject(ChangeableTypeTypeBase changeableTypeTypeBaseObject,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |