Interface GenericEdgeType

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

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

    • type

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

    • getUserData

      Gets the "UserData" element
    • setUserData

      void setUserData(GenericEdgeType.UserData userData)
      Sets the "UserData" element
    • addNewUserData

      GenericEdgeType.UserData addNewUserData()
      Appends and returns a new empty "UserData" element
    • getConfiguration

      String getConfiguration()
      Gets the "configuration" attribute
    • xgetConfiguration

      org.apache.xmlbeans.XmlString xgetConfiguration()
      Gets (as xml) the "configuration" attribute
    • setConfiguration

      void setConfiguration(String configuration)
      Sets the "configuration" attribute
    • xsetConfiguration

      void xsetConfiguration(org.apache.xmlbeans.XmlString configuration)
      Sets (as xml) the "configuration" attribute