Interface TableNodeType

All Superinterfaces:
GenericGroupNodeType, GenericNodeType, NodeType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TableNodeTypeImpl

public interface TableNodeType extends GenericGroupNodeType
An XML TableNode.type(@http://www.yworks.com/xml/graphml). This is a complex type.
  • Field Details

    • type

      static final org.apache.xmlbeans.SchemaType type
  • Method Details

    • getTable

      TableType getTable()
      Gets the "Table" element
    • setTable

      void setTable(TableType table)
      Sets the "Table" element
    • addNewTable

      TableType addNewTable()
      Appends and returns a new empty "Table" element