Uses of Class
org.jboss.dmr.stream.ModelEvent
-
Packages that use ModelEvent Package Description org.jboss.dmr.stream Dynamic Model Representation (DMR) Streaming API for reading and writing DMR documents. -
-
Uses of ModelEvent in org.jboss.dmr.stream
Methods in org.jboss.dmr.stream that return ModelEvent Modifier and Type Method Description ModelEventModelReader. next()Returns next DMR parsing event.static ModelEventModelEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelEvent[]ModelEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.
-