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 Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A factory class with static methods for creating instances of this type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets the "closed" attribute
    boolean
    Gets the "innerGraphDisplayEnabled" attribute
    boolean
    True if has "closed" attribute
    boolean
    True if has "innerGraphDisplayEnabled" attribute
    void
    setClosed(boolean closed)
    Sets the "closed" attribute
    void
    setInnerGraphDisplayEnabled(boolean innerGraphDisplayEnabled)
    Sets the "innerGraphDisplayEnabled" attribute
    void
    Unsets the "closed" attribute
    void
    Unsets the "innerGraphDisplayEnabled" attribute
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "closed" attribute
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "innerGraphDisplayEnabled" attribute
    void
    xsetClosed(org.apache.xmlbeans.XmlBoolean closed)
    Sets (as xml) the "closed" attribute
    void
    xsetInnerGraphDisplayEnabled(org.apache.xmlbeans.XmlBoolean innerGraphDisplayEnabled)
    Sets (as xml) the "innerGraphDisplayEnabled" attribute

    Methods 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, valueHashCode

    Methods 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