Package com.yworks.xml.graphml
Interface TableRowType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TableRowTypeImpl
public interface TableRowType
extends org.apache.xmlbeans.XmlObject
An XML TableRow.type(@http://www.yworks.com/xml/graphml).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "Insets" elementdoubleGets the "height" attributegetId()Gets the "id" attributeGets the "Insets" elementdoubleGets the "minimumHeight" attributebooleanTrue if has "height" attributebooleanisSetId()True if has "id" attributebooleanTrue if has "minimumHeight" attributevoidsetHeight(double height) Sets the "height" attributevoidSets the "id" attributevoidsetInsets(FloatInsetsType insets) Sets the "Insets" elementvoidsetMinimumHeight(double minimumHeight) Sets the "minimumHeight" attributevoidUnsets the "height" attributevoidunsetId()Unsets the "id" attributevoidUnsets the "minimumHeight" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "height" attributeorg.apache.xmlbeans.XmlStringxgetId()Gets (as xml) the "id" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "minimumHeight" attributevoidxsetHeight(org.apache.xmlbeans.XmlDouble height) Sets (as xml) the "height" attributevoidxsetId(org.apache.xmlbeans.XmlString id) Sets (as xml) the "id" attributevoidxsetMinimumHeight(org.apache.xmlbeans.XmlDouble minimumHeight) Sets (as xml) the "minimumHeight" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getInsets
FloatInsetsType getInsets()Gets the "Insets" element -
setInsets
Sets the "Insets" element -
addNewInsets
FloatInsetsType addNewInsets()Appends and returns a new empty "Insets" element -
getId
String getId()Gets the "id" attribute -
xgetId
org.apache.xmlbeans.XmlString xgetId()Gets (as xml) the "id" attribute -
isSetId
boolean isSetId()True if has "id" attribute -
setId
Sets the "id" attribute -
xsetId
void xsetId(org.apache.xmlbeans.XmlString id) Sets (as xml) the "id" attribute -
unsetId
void unsetId()Unsets the "id" attribute -
getMinimumHeight
double getMinimumHeight()Gets the "minimumHeight" attribute -
xgetMinimumHeight
org.apache.xmlbeans.XmlDouble xgetMinimumHeight()Gets (as xml) the "minimumHeight" attribute -
isSetMinimumHeight
boolean isSetMinimumHeight()True if has "minimumHeight" attribute -
setMinimumHeight
void setMinimumHeight(double minimumHeight) Sets the "minimumHeight" attribute -
xsetMinimumHeight
void xsetMinimumHeight(org.apache.xmlbeans.XmlDouble minimumHeight) Sets (as xml) the "minimumHeight" attribute -
unsetMinimumHeight
void unsetMinimumHeight()Unsets the "minimumHeight" attribute -
getHeight
double getHeight()Gets the "height" attribute -
xgetHeight
org.apache.xmlbeans.XmlDouble xgetHeight()Gets (as xml) the "height" attribute -
isSetHeight
boolean isSetHeight()True if has "height" attribute -
setHeight
void setHeight(double height) Sets the "height" attribute -
xsetHeight
void xsetHeight(org.apache.xmlbeans.XmlDouble height) Sets (as xml) the "height" attribute -
unsetHeight
void unsetHeight()Unsets the "height" attribute
-