Uses of Enum Class
com.streambase.sb.SchemaUtil.CopyOptions
Packages that use SchemaUtil.CopyOptions
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
-
Uses of SchemaUtil.CopyOptions in com.streambase.sb
Methods in com.streambase.sb that return SchemaUtil.CopyOptionsModifier and TypeMethodDescriptionstatic SchemaUtil.CopyOptions
Returns the enum constant of this class with the specified name.static SchemaUtil.CopyOptions[]
SchemaUtil.CopyOptions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.streambase.sb with type arguments of type SchemaUtil.CopyOptionsModifier and TypeMethodDescriptionstatic Element
SchemaUtil.createXmlElement
(Schema schema, SchemaUtil.SchemaProvider schemaProvider, EnumSet<SchemaUtil.CopyOptions> options) Create and return the XML for the specified schema.static Element
SchemaUtil.createXmlElement
(Schema schema, Document document, SchemaUtil.SchemaProvider schemaProvider, EnumSet<SchemaUtil.CopyOptions> options) Create and return the XML for the specified schema.static Element
SchemaUtil.createXmlElement
(Schema schema, Node parent, SchemaUtil.SchemaProvider schemaProvider, EnumSet<SchemaUtil.CopyOptions> options) Create and return the XML for the specified schema and add the XML as a child of the specified parent.