Package com.yworks.xml.graphml
Interface GroupNodeType.State
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GroupNodeTypeImpl.StateImpl
- Enclosing interface:
GroupNodeType
public static interface GroupNodeType.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 "closed" attributebooleanGets the "innerGraphDisplayEnabled" attributebooleanTrue if has "closed" attributebooleanTrue if has "innerGraphDisplayEnabled" attributevoidsetClosed(boolean closed) Sets the "closed" attributevoidsetInnerGraphDisplayEnabled(boolean innerGraphDisplayEnabled) Sets the "innerGraphDisplayEnabled" attributevoidUnsets the "closed" attributevoidUnsets the "innerGraphDisplayEnabled" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "closed" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "innerGraphDisplayEnabled" attributevoidxsetClosed(org.apache.xmlbeans.XmlBoolean closed) Sets (as xml) the "closed" attributevoidxsetInnerGraphDisplayEnabled(org.apache.xmlbeans.XmlBoolean innerGraphDisplayEnabled) Sets (as xml) the "innerGraphDisplayEnabled" 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 -
getInnerGraphDisplayEnabled
boolean getInnerGraphDisplayEnabled()Gets the "innerGraphDisplayEnabled" attribute -
xgetInnerGraphDisplayEnabled
org.apache.xmlbeans.XmlBoolean xgetInnerGraphDisplayEnabled()Gets (as xml) the "innerGraphDisplayEnabled" attribute -
isSetInnerGraphDisplayEnabled
boolean isSetInnerGraphDisplayEnabled()True if has "innerGraphDisplayEnabled" attribute -
setInnerGraphDisplayEnabled
void setInnerGraphDisplayEnabled(boolean innerGraphDisplayEnabled) Sets the "innerGraphDisplayEnabled" attribute -
xsetInnerGraphDisplayEnabled
void xsetInnerGraphDisplayEnabled(org.apache.xmlbeans.XmlBoolean innerGraphDisplayEnabled) Sets (as xml) the "innerGraphDisplayEnabled" attribute -
unsetInnerGraphDisplayEnabled
void unsetInnerGraphDisplayEnabled()Unsets the "innerGraphDisplayEnabled" attribute
-