Interface PortConstraintType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
PortConstraintTypeImpl

public interface PortConstraintType extends org.apache.xmlbeans.XmlObject
An XML PortConstraint.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
    Gets the "endpoint" attribute
    Gets the "groupid" attribute
    Gets the "side" attribute
    boolean
    Gets the "strong" attribute
    boolean
    True if has "groupid" attribute
    boolean
    True if has "strong" attribute
    void
    Sets the "endpoint" attribute
    void
    setGroupid(String groupid)
    Sets the "groupid" attribute
    void
    Sets the "side" attribute
    void
    setStrong(boolean strong)
    Sets the "strong" attribute
    void
    Unsets the "groupid" attribute
    void
    Unsets the "strong" attribute
    Gets (as xml) the "endpoint" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "groupid" attribute
    Gets (as xml) the "side" attribute
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "strong" attribute
    void
    Sets (as xml) the "endpoint" attribute
    void
    xsetGroupid(org.apache.xmlbeans.XmlString groupid)
    Sets (as xml) the "groupid" attribute
    void
    Sets (as xml) the "side" attribute
    void
    xsetStrong(org.apache.xmlbeans.XmlBoolean strong)
    Sets (as xml) the "strong" 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

    • getEndpoint

      Gets the "endpoint" attribute
    • xgetEndpoint

      Gets (as xml) the "endpoint" attribute
    • setEndpoint

      void setEndpoint(PortConstraintEndpointType.Enum endpoint)
      Sets the "endpoint" attribute
    • xsetEndpoint

      void xsetEndpoint(PortConstraintEndpointType endpoint)
      Sets (as xml) the "endpoint" attribute
    • getSide

      Gets the "side" attribute
    • xgetSide

      Gets (as xml) the "side" attribute
    • setSide

      void setSide(PortConstraintSideType.Enum side)
      Sets the "side" attribute
    • xsetSide

      void xsetSide(PortConstraintSideType side)
      Sets (as xml) the "side" attribute
    • getStrong

      boolean getStrong()
      Gets the "strong" attribute
    • xgetStrong

      org.apache.xmlbeans.XmlBoolean xgetStrong()
      Gets (as xml) the "strong" attribute
    • isSetStrong

      boolean isSetStrong()
      True if has "strong" attribute
    • setStrong

      void setStrong(boolean strong)
      Sets the "strong" attribute
    • xsetStrong

      void xsetStrong(org.apache.xmlbeans.XmlBoolean strong)
      Sets (as xml) the "strong" attribute
    • unsetStrong

      void unsetStrong()
      Unsets the "strong" attribute
    • getGroupid

      String getGroupid()
      Gets the "groupid" attribute
    • xgetGroupid

      org.apache.xmlbeans.XmlString xgetGroupid()
      Gets (as xml) the "groupid" attribute
    • isSetGroupid

      boolean isSetGroupid()
      True if has "groupid" attribute
    • setGroupid

      void setGroupid(String groupid)
      Sets the "groupid" attribute
    • xsetGroupid

      void xsetGroupid(org.apache.xmlbeans.XmlString groupid)
      Sets (as xml) the "groupid" attribute
    • unsetGroupid

      void unsetGroupid()
      Unsets the "groupid" attribute