Uses of Class
org.jboss.hal.dmr.ModelType
-
Packages that use ModelType Package Description org.jboss.hal.dmr -
-
Uses of ModelType in org.jboss.hal.dmr
Methods in org.jboss.hal.dmr that return ModelType Modifier and Type Method Description ModelTypeModelNode. asType()Get the value of this node as a type, expressed using theModelTypeenum.ModelTypeModelNode. getType()Get the current type of this node.static ModelTypeModelType. 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.hal.dmr with parameters of type ModelType Modifier and Type Method Description ObjectModelNode. as(ModelType type)Get the value of this node astype.ModelNodeModelNode. set(String propertyName, ModelType propertyValue)Change this node's value to a property with the given name and value.ModelNodeModelNode. set(ModelType newValue)Change this node's value to the given value.ModelNodeModelNode. set(ModelType type, Object propValue)
-