public class RangeTableInColumnModel extends HCIModelAdapter
Java class is an input column model for a range table used by RangeTableRangeSetKeyModel.The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:complexType name="RangeTableRangeInColumnType"> <xs:attribute name="name" type="xs:string" /> <xs:attribute name="value" type="xs:string" /> </xs:complexType>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG_NAME
The tag name of the input column of a range table set key
|
| Constructor and Description |
|---|
RangeTableInColumnModel()
Default range table input column model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCharacterData(java.lang.String cData)
Adds character data to the content element.
|
void |
addChild(java.lang.String tagName,
XMLMarshallable child)
Adds a child to the object, the
child representing
the marshallable object which must be added to the element. |
java.lang.String |
getName() |
java.lang.String |
getTagName()
Gets the XML tag name of the HCI model.
|
java.lang.String |
getValue() |
void |
marshalAttributes(XMLOutputter output)
Gives an XML representation of the attributes of an object.
|
void |
marshalChildren(XMLOutputter output)
Gives an XML representation of the child objects of an object.
|
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the element being
processed.
|
void |
setName(java.lang.String name) |
void |
setValue(java.lang.String value) |
marshalpublic static final java.lang.String TAG_NAME
public RangeTableInColumnModel()
public java.lang.String getValue()
public void setValue(java.lang.String value)
value - the value to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic void addCharacterData(java.lang.String cData)
XMLMarshallablecData - The character data to be addedpublic void setAttributes(XMLAttributes atts)
XMLMarshallableatts - The XML attributes of the current elementpublic void marshalAttributes(XMLOutputter output)
IXMLMarshallableoutput - The XML output to marshal the object attributes intopublic java.lang.String getTagName()
ITagNameProviderpublic void addChild(java.lang.String tagName,
XMLMarshallable child)
XMLMarshallablechild representing
the marshallable object which must be added to the element.tagName - The name of tag for the childchild - The child to be addedpublic void marshalChildren(XMLOutputter output)
IXMLMarshallableoutput - The XML output to marshal the child objects into