com.tibco.bw.plugin.config.java
Interface XmlToJavaConfigProps

All Superinterfaces:
CommonProps, JavaPaletteCommonConfigProps
All Known Subinterfaces:
JavaToXMLConfigProps

public interface XmlToJavaConfigProps
extends JavaPaletteCommonConfigProps

The set of all configuration properties of the Xml to Java Activity.


Field Summary
static byte JAVA_CLASS
          This is the Java Class configuration property.
static byte JAVA_SCHEMA_REFERENCE
          This is the Java Schema configuration property.
static byte SCHEMA_CLASS_NAME
          This is the Java Class Name of the Java Schema Resource configuration property.
static byte USE_JAVA_SCHEMA
          This is the Use Java Schema configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.java.JavaPaletteCommonConfigProps
ALIAS_LIBRARY
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

JAVA_CLASS


static final byte JAVA_CLASS
This is the Java Class configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

USE_JAVA_SCHEMA


static final byte USE_JAVA_SCHEMA
This is the Use Java Schema configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

JAVA_SCHEMA_REFERENCE


static final byte JAVA_SCHEMA_REFERENCE
This is the Java Schema configuration property.

The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps

See Also:
Constant Field Values

SCHEMA_CLASS_NAME


static final byte SCHEMA_CLASS_NAME
This is the Java Class Name of the Java Schema Resource configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved