public class RangeTableModel extends CommonRangeTableModel implements ITagNameProvider, ICatalogObject
Java class represents a range table that is an instance of a range table class;
It contains rows with the upper bound and output column filled.
RangeTableClassModelThe XML APIs specify the following XSD fragment:
XSD Fragment
<xs:complexType name="RangeTableType">
<xs:complexContent>
<xs:extension base="CommonRangeTableType">
<xs:attribute name="owner" type="xs:string" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Modifier and Type | Field and Description |
|---|---|
static String |
OWNER_TAG_NAME
The XML tag name of the range table model attributes
|
static String |
TAG_NAME
The XML tag name of this data model: "rangeTable"
|
| Constructor and Description |
|---|
RangeTableModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOwner()
Gets the owner of the range table;
The range table and range table class used must have the same owner.
|
String |
getTagName()
Gets the XML tag name of the HCI model.
|
void |
marshalAttributes(XMLOutputter output)
Gives an XML representation of the attributes of an object.
|
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the element being
processed.
|
void |
setOwner(String owner)
Sets the owner of the range table;
The range table and range table class used must have the same owner.
|
addCharacterData, addChild, getAdditionalInfoList, getClass, getDescription, getId, getRangeTableClassId, marshalChildren, setDescription, setId, setRangeTableClassIdgetPeriod, getPeriodsmarshalpublic static final String TAG_NAME
public static final String OWNER_TAG_NAME
public String getOwner()
getOwner in interface ICatalogObjectpublic void setOwner(String owner)
owner - The owner to set up to the range tablepublic void setAttributes(XMLAttributes atts)
XMLMarshallablesetAttributes in interface XMLMarshallablesetAttributes in class CommonRangeTableModelatts - The XML attributes of the current elementpublic void marshalAttributes(XMLOutputter output)
IXMLMarshallablemarshalAttributes in interface IXMLMarshallablemarshalAttributes in class CommonRangeTableModeloutput - The XML output to marshal the object attributes intopublic String getTagName()
ITagNameProvidergetTagName in interface ITagNameProvidergetTagName in class BaseChronologyModel<RangeTableRowPeriodObjectModel>