Package com.yworks.xml.graphml
Interface EdgeType.Arrows
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EdgeTypeImpl.ArrowsImpl
- Enclosing interface:
EdgeType
public static interface EdgeType.Arrows
extends org.apache.xmlbeans.XmlObject
An XML Arrows(@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 "source" attributeGets the "target" attributebooleanTrue if has "source" attributebooleanTrue if has "target" attributevoidsetSource(ArrowTypeType.Enum source) Sets the "source" attributevoidsetTarget(ArrowTypeType.Enum target) Sets the "target" attributevoidUnsets the "source" attributevoidUnsets the "target" attributeGets (as xml) the "source" attributeGets (as xml) the "target" attributevoidxsetSource(ArrowTypeType source) Sets (as xml) the "source" attributevoidxsetTarget(ArrowTypeType target) Sets (as xml) the "target" 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
-
getSource
ArrowTypeType.Enum getSource()Gets the "source" attribute -
xgetSource
ArrowTypeType xgetSource()Gets (as xml) the "source" attribute -
isSetSource
boolean isSetSource()True if has "source" attribute -
setSource
Sets the "source" attribute -
xsetSource
Sets (as xml) the "source" attribute -
unsetSource
void unsetSource()Unsets the "source" attribute -
getTarget
ArrowTypeType.Enum getTarget()Gets the "target" attribute -
xgetTarget
ArrowTypeType xgetTarget()Gets (as xml) the "target" attribute -
isSetTarget
boolean isSetTarget()True if has "target" attribute -
setTarget
Sets the "target" attribute -
xsetTarget
Sets (as xml) the "target" attribute -
unsetTarget
void unsetTarget()Unsets the "target" attribute
-