public class PSProperty extends java.lang.Object implements XDMConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer | ADVANCED
Deprecated.
|
static java.lang.Integer | BASIC
Deprecated.
|
static java.lang.Integer | BOTH
Deprecated.
|
static java.lang.Integer | HIDDEN
Deprecated.
|
static java.lang.Integer | READONLY
Deprecated.
|
static java.lang.Integer | READWRITE
Deprecated.
|
Constructor and Description |
---|
PSProperty(com.ibm.etill.org.w3c.dom.Element cassetteProperty)
Deprecated.
Construct a PSProperty object
|
PSProperty(java.lang.String propertyID, java.lang.Object value)
Deprecated.
Construct a PSProperty object with the property id and the property value.
|
PSProperty(java.lang.String propertyID, java.lang.Object value, java.lang.String displayType)
Deprecated.
Construct a PSProperty object with the property id, the property value and the display type.
|
PSProperty(java.lang.String propertyID, java.lang.Object value, java.lang.String displayType, java.lang.String displayName, java.lang.String displayLength, java.lang.String displayDescription, java.lang.String displayMode, java.lang.String displayHelp, java.lang.Boolean required)
Deprecated.
Construct a PSProperty object with the property id, the property value, the display type, etc.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getDisplayDescription()
Deprecated.
Returns the other description of the property to be displayed.
|
java.lang.String | getDisplayHelp()
Deprecated.
Returns the help information of the property to be displayed.
|
java.lang.Integer | getDisplayLength()
Deprecated.
Returns the length of the property name to be displayed.
|
java.lang.Integer | getDisplayMode()
Deprecated.
Returns the mode of the property.
|
java.lang.String | getDisplayName()
Deprecated.
Returns the name of the property to be displayed.
|
java.lang.Integer | getDisplayType()
Deprecated.
Returns the display type of the property.
|
java.lang.String | getPropertyID()
Deprecated.
Returns the identification name of the property.
|
java.lang.Boolean | getRequired()
Deprecated.
Returns whether the property is required in the assciated object.
|
java.lang.Object | getValue()
Deprecated.
Returns the value of the property.
|
java.lang.String | toString()
Deprecated.
Returns the string represention of the property.
|
public static final java.lang.Integer READWRITE
public static final java.lang.Integer READONLY
public static final java.lang.Integer HIDDEN
public static final java.lang.Integer BASIC
public static final java.lang.Integer ADVANCED
public static final java.lang.Integer BOTH
public PSProperty(java.lang.String propertyID, java.lang.Object value)
public PSProperty(java.lang.String propertyID, java.lang.Object value, java.lang.String displayType)
public PSProperty(java.lang.String propertyID, java.lang.Object value, java.lang.String displayType, java.lang.String displayName, java.lang.String displayLength, java.lang.String displayDescription, java.lang.String displayMode, java.lang.String displayHelp, java.lang.Boolean required)
public PSProperty(com.ibm.etill.org.w3c.dom.Element cassetteProperty)
public java.lang.String getPropertyID()
public java.lang.Object getValue()
public java.lang.Integer getDisplayType()
public java.lang.String getDisplayName()
public java.lang.Integer getDisplayLength()
public java.lang.String getDisplayDescription()
public java.lang.Integer getDisplayMode()
public java.lang.String getDisplayHelp()
public java.lang.Boolean getRequired()
public java.lang.String toString()