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 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
    Appends and returns a new empty "Insets" element
    Gets the "id" attribute
    Gets the "Insets" element
    double
    Gets the "minimumWidth" attribute
    double
    Gets the "width" attribute
    boolean
    True if has "id" attribute
    boolean
    True if has "minimumWidth" attribute
    boolean
    True if has "width" attribute
    void
    Sets the "id" attribute
    void
    Sets the "Insets" element
    void
    setMinimumWidth(double minimumWidth)
    Sets the "minimumWidth" attribute
    void
    setWidth(double width)
    Sets the "width" attribute
    void
    Unsets the "id" attribute
    void
    Unsets the "minimumWidth" attribute
    void
    Unsets the "width" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "id" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "minimumWidth" attribute
    org.apache.xmlbeans.XmlDouble
    Gets (as xml) the "width" attribute
    void
    xsetId(org.apache.xmlbeans.XmlString id)
    Sets (as xml) the "id" attribute
    void
    xsetMinimumWidth(org.apache.xmlbeans.XmlDouble minimumWidth)
    Sets (as xml) the "minimumWidth" attribute
    void
    xsetWidth(org.apache.xmlbeans.XmlDouble width)
    Sets (as xml) the "width" 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

    • getInsets

      FloatInsetsType getInsets()
      Gets the "Insets" element
    • setInsets

      void setInsets(FloatInsetsType insets)
      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

      void setId(String id)
      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