JBoss Dynamic Model Representation API 1.0.0.Final

Uses of Class
org.jboss.dmr.ModelType

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(java.lang.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(java.lang.String propertyName, ModelType propertyValue)
          Change this node's value to a property with the given name and value.
 


JBoss Dynamic Model Representation API 1.0.0.Final

Copyright © 2010 JBoss, a division of Red Hat, Inc.