|
JBoss Dynamic Model Representation API 1.2.0.Beta1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ModelType in org.jboss.dmr |
|---|
| Methods in org.jboss.dmr that return ModelType | |
|---|---|
ModelType |
ModelNode.asType()
Get the value of this node as a type, expressed using the ModelType enum. |
ModelType |
ModelNode.getType()
Get the current type of this node. |
static ModelType |
ModelType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ModelType[] |
ModelType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jboss.dmr with parameters of type ModelType | |
|---|---|
ModelNode |
ModelNode.set(ModelType newValue)
Change this node's value to the given value. |
ModelNode |
ModelNode.set(String propertyName,
ModelType propertyValue)
Change this node's value to a property with the given name and value. |
| Constructors in org.jboss.dmr with parameters of type ModelType | |
|---|---|
ModelNode(ModelType value)
Creates a new ModelNode with the given value. |
|
|
JBoss Dynamic Model Representation API 1.2.0.Beta1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||