Package com.yworks.xml.graphml
Interface TableColumnType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TableColumnTypeImpl
public interface TableColumnType
extends org.apache.xmlbeans.XmlObject
An XML TableColumn.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" elementgetId()Gets the "id" attributeGets the "Insets" elementdoubleGets the "minimumWidth" attributedoublegetWidth()Gets the "width" attributebooleanisSetId()True if has "id" attributebooleanTrue if has "minimumWidth" attributebooleanTrue if has "width" attributevoidSets the "id" attributevoidsetInsets(FloatInsetsType insets) Sets the "Insets" elementvoidsetMinimumWidth(double minimumWidth) Sets the "minimumWidth" attributevoidsetWidth(double width) Sets the "width" attributevoidunsetId()Unsets the "id" attributevoidUnsets the "minimumWidth" attributevoidUnsets the "width" attributeorg.apache.xmlbeans.XmlStringxgetId()Gets (as xml) the "id" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "minimumWidth" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "width" attributevoidxsetId(org.apache.xmlbeans.XmlString id) Sets (as xml) the "id" attributevoidxsetMinimumWidth(org.apache.xmlbeans.XmlDouble minimumWidth) Sets (as xml) the "minimumWidth" attributevoidxsetWidth(org.apache.xmlbeans.XmlDouble width) Sets (as xml) the "width" 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 -
getMinimumWidth
double getMinimumWidth()Gets the "minimumWidth" attribute -
xgetMinimumWidth
org.apache.xmlbeans.XmlDouble xgetMinimumWidth()Gets (as xml) the "minimumWidth" attribute -
isSetMinimumWidth
boolean isSetMinimumWidth()True if has "minimumWidth" attribute -
setMinimumWidth
void setMinimumWidth(double minimumWidth) Sets the "minimumWidth" attribute -
xsetMinimumWidth
void xsetMinimumWidth(org.apache.xmlbeans.XmlDouble minimumWidth) Sets (as xml) the "minimumWidth" attribute -
unsetMinimumWidth
void unsetMinimumWidth()Unsets the "minimumWidth" attribute -
getWidth
double getWidth()Gets the "width" attribute -
xgetWidth
org.apache.xmlbeans.XmlDouble xgetWidth()Gets (as xml) the "width" attribute -
isSetWidth
boolean isSetWidth()True if has "width" attribute -
setWidth
void setWidth(double width) Sets the "width" attribute -
xsetWidth
void xsetWidth(org.apache.xmlbeans.XmlDouble width) Sets (as xml) the "width" attribute -
unsetWidth
void unsetWidth()Unsets the "width" attribute
-