Package com.yworks.xml.graphml
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 ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "endpoint" attributeGets the "groupid" attributegetSide()Gets the "side" attributebooleanGets the "strong" attributebooleanTrue if has "groupid" attributebooleanTrue if has "strong" attributevoidsetEndpoint(PortConstraintEndpointType.Enum endpoint) Sets the "endpoint" attributevoidsetGroupid(String groupid) Sets the "groupid" attributevoidSets the "side" attributevoidsetStrong(boolean strong) Sets the "strong" attributevoidUnsets the "groupid" attributevoidUnsets the "strong" attributeGets (as xml) the "endpoint" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "groupid" attributexgetSide()Gets (as xml) the "side" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "strong" attributevoidxsetEndpoint(PortConstraintEndpointType endpoint) Sets (as xml) the "endpoint" attributevoidxsetGroupid(org.apache.xmlbeans.XmlString groupid) Sets (as xml) the "groupid" attributevoidSets (as xml) the "side" attributevoidxsetStrong(org.apache.xmlbeans.XmlBoolean strong) Sets (as xml) the "strong" attributeMethods 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, valueHashCodeMethods 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
PortConstraintEndpointType.Enum getEndpoint()Gets the "endpoint" attribute -
xgetEndpoint
PortConstraintEndpointType xgetEndpoint()Gets (as xml) the "endpoint" attribute -
setEndpoint
Sets the "endpoint" attribute -
xsetEndpoint
Sets (as xml) the "endpoint" attribute -
getSide
PortConstraintSideType.Enum getSide()Gets the "side" attribute -
xgetSide
PortConstraintSideType xgetSide()Gets (as xml) the "side" attribute -
setSide
Sets the "side" attribute -
xsetSide
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
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
-