Uses of Class
com.streambase.sb.SchemaUtil.CopyOptions
-
Packages that use SchemaUtil.CopyOptions Package Description com.streambase.sb Provides classes and interfaces fundamental to the TIBCO StreamBase Java API. -
-
Uses of SchemaUtil.CopyOptions in com.streambase.sb
Methods in com.streambase.sb that return SchemaUtil.CopyOptions Modifier and Type Method Description static SchemaUtil.CopyOptions
SchemaUtil.CopyOptions. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchemaUtil.CopyOptions[]
SchemaUtil.CopyOptions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.streambase.sb with type arguments of type SchemaUtil.CopyOptions Modifier and Type Method Description static 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.
-