Package com.yworks.xml.graphml
Interface GenericGroupNodeType.State
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GenericGroupNodeTypeImpl.StateImpl
- Enclosing interface:
GenericGroupNodeType
public static interface GenericGroupNodeType.State
extends org.apache.xmlbeans.XmlObject
An XML State(@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 TypeMethodDescriptionbooleanGets the "autoResize" attributebooleanGets the "closed" attributedoubleGets the "closedHeight" attributedoubleGets the "closedWidth" attributebooleanTrue if has "autoResize" attributebooleanTrue if has "closed" attributebooleanTrue if has "closedHeight" attributebooleanTrue if has "closedWidth" attributevoidsetAutoResize(boolean autoResize) Sets the "autoResize" attributevoidsetClosed(boolean closed) Sets the "closed" attributevoidsetClosedHeight(double closedHeight) Sets the "closedHeight" attributevoidsetClosedWidth(double closedWidth) Sets the "closedWidth" attributevoidUnsets the "autoResize" attributevoidUnsets the "closed" attributevoidUnsets the "closedHeight" attributevoidUnsets the "closedWidth" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "autoResize" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "closed" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "closedHeight" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "closedWidth" attributevoidxsetAutoResize(org.apache.xmlbeans.XmlBoolean autoResize) Sets (as xml) the "autoResize" attributevoidxsetClosed(org.apache.xmlbeans.XmlBoolean closed) Sets (as xml) the "closed" attributevoidxsetClosedHeight(org.apache.xmlbeans.XmlDouble closedHeight) Sets (as xml) the "closedHeight" attributevoidxsetClosedWidth(org.apache.xmlbeans.XmlDouble closedWidth) Sets (as xml) the "closedWidth" 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
-
getClosed
boolean getClosed()Gets the "closed" attribute -
xgetClosed
org.apache.xmlbeans.XmlBoolean xgetClosed()Gets (as xml) the "closed" attribute -
isSetClosed
boolean isSetClosed()True if has "closed" attribute -
setClosed
void setClosed(boolean closed) Sets the "closed" attribute -
xsetClosed
void xsetClosed(org.apache.xmlbeans.XmlBoolean closed) Sets (as xml) the "closed" attribute -
unsetClosed
void unsetClosed()Unsets the "closed" attribute -
getAutoResize
boolean getAutoResize()Gets the "autoResize" attribute -
xgetAutoResize
org.apache.xmlbeans.XmlBoolean xgetAutoResize()Gets (as xml) the "autoResize" attribute -
isSetAutoResize
boolean isSetAutoResize()True if has "autoResize" attribute -
setAutoResize
void setAutoResize(boolean autoResize) Sets the "autoResize" attribute -
xsetAutoResize
void xsetAutoResize(org.apache.xmlbeans.XmlBoolean autoResize) Sets (as xml) the "autoResize" attribute -
unsetAutoResize
void unsetAutoResize()Unsets the "autoResize" attribute -
getClosedHeight
double getClosedHeight()Gets the "closedHeight" attribute -
xgetClosedHeight
org.apache.xmlbeans.XmlDouble xgetClosedHeight()Gets (as xml) the "closedHeight" attribute -
isSetClosedHeight
boolean isSetClosedHeight()True if has "closedHeight" attribute -
setClosedHeight
void setClosedHeight(double closedHeight) Sets the "closedHeight" attribute -
xsetClosedHeight
void xsetClosedHeight(org.apache.xmlbeans.XmlDouble closedHeight) Sets (as xml) the "closedHeight" attribute -
unsetClosedHeight
void unsetClosedHeight()Unsets the "closedHeight" attribute -
getClosedWidth
double getClosedWidth()Gets the "closedWidth" attribute -
xgetClosedWidth
org.apache.xmlbeans.XmlDouble xgetClosedWidth()Gets (as xml) the "closedWidth" attribute -
isSetClosedWidth
boolean isSetClosedWidth()True if has "closedWidth" attribute -
setClosedWidth
void setClosedWidth(double closedWidth) Sets the "closedWidth" attribute -
xsetClosedWidth
void xsetClosedWidth(org.apache.xmlbeans.XmlDouble closedWidth) Sets (as xml) the "closedWidth" attribute -
unsetClosedWidth
void unsetClosedWidth()Unsets the "closedWidth" attribute
-