Uses of Enum Class
org.jboss.dmr.ModelType
Packages that use ModelType
Package
Description
Dynamic Model Representation (DMR) Streaming API for reading and writing DMR documents.
-
Uses of ModelType in org.jboss.dmr
Methods in org.jboss.dmr that return ModelTypeModifier and TypeMethodDescriptionModelNode.asType()Get the value of this node as a type, expressed using theModelTypeenum.ModelNode.getType()Get the current type of this node.static ModelTypeReturns the enum constant of this class with the specified name.static ModelType[]ModelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.dmr with parameters of type ModelTypeModifier and TypeMethodDescriptionChange this node's value to a property with the given name and value.Change this node's value to the given value.Constructors in org.jboss.dmr with parameters of type ModelType -
Uses of ModelType in org.jboss.dmr.stream
Methods in org.jboss.dmr.stream that return ModelTypeModifier and TypeMethodDescriptionModelReader.getType()Converts available context data tomodel type.Methods in org.jboss.dmr.stream with parameters of type ModelTypeModifier and TypeMethodDescriptionWrites DMRtype. -
Uses of ModelType in org.wildfly.extension.messaging.activemq._private
Methods in org.wildfly.extension.messaging.activemq._private with parameters of type ModelTypeModifier and TypeMethodDescriptionfinal IllegalStateExceptionMessagingLogger_$logger.invalidAttributeType(String name, ModelType type) MessagingLogger.invalidAttributeType(String name, ModelType type) Creates an exception indicating the attribute, represented by thenameparameter, has an unexpected type, represented by thetypeparameter.