Package org.graphdrawing.graphml.xmlns
Interface NodeType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
NodeTypeImpl
public interface NodeType
extends org.apache.xmlbeans.XmlObject
An XML node.type(@http://graphml.graphdrawing.org/xmlns).
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 TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "data" elementAppends and returns a new empty value (as xml) as the last "graph" elementAppends and returns a new empty "locator" elementAppends and returns a new empty value (as xml) as the last "port" elementDataType[]Gets array of all "data" elementsgetDataArray(int i) Gets ith "data" elementgetDesc()Gets the "desc" elementGets array of all "graph" elementsgetGraphArray(int i) Gets ith "graph" elementgetId()Gets the "id" attributeGets the "locator" elementGets the "parse.indegree" attributeGets the "parse.outdegree" attributePortType[]Gets array of all "port" elementsgetPortArray(int i) Gets ith "port" elementGets the "yfiles.foldertype" attributeinsertNewData(int i) Inserts and returns a new empty value (as xml) as the ith "data" elementinsertNewGraph(int i) Inserts and returns a new empty value (as xml) as the ith "graph" elementinsertNewPort(int i) Inserts and returns a new empty value (as xml) as the ith "port" elementbooleanTrue if has "desc" elementbooleanTrue if has "locator" elementbooleanTrue if has "parse.indegree" attributebooleanTrue if has "parse.outdegree" attributebooleanTrue if has "yfiles.foldertype" attributevoidremoveData(int i) Removes the ith "data" elementvoidremoveGraph(int i) Removes the ith "graph" elementvoidremovePort(int i) Removes the ith "port" elementvoidsetDataArray(int i, DataType data) Sets ith "data" elementvoidsetDataArray(DataType[] dataArray) Sets array of all "data" elementvoidSets the "desc" elementvoidsetGraphArray(int i, GraphType graph) Sets ith "graph" elementvoidsetGraphArray(GraphType[] graphArray) Sets array of all "graph" elementvoidSets the "id" attributevoidsetLocator(LocatorType locator) Sets the "locator" elementvoidsetParseIndegree(BigInteger parseIndegree) Sets the "parse.indegree" attributevoidsetParseOutdegree(BigInteger parseOutdegree) Sets the "parse.outdegree" attributevoidsetPortArray(int i, PortType port) Sets ith "port" elementvoidsetPortArray(PortType[] portArray) Sets array of all "port" elementvoidsetYfilesFoldertype(YfilesFoldertypeType.Enum yfilesFoldertype) Sets the "yfiles.foldertype" attributeintReturns number of "data" elementintReturns number of "graph" elementintReturns number of "port" elementvoidUnsets the "desc" elementvoidUnsets the "locator" elementvoidUnsets the "parse.indegree" attributevoidUnsets the "parse.outdegree" attributevoidUnsets the "yfiles.foldertype" attributeorg.apache.xmlbeans.XmlStringxgetDesc()Gets (as xml) the "desc" elementorg.apache.xmlbeans.XmlNMTOKENxgetId()Gets (as xml) the "id" attributeGets (as xml) the "parse.indegree" attributeGets (as xml) the "parse.outdegree" attributeGets (as xml) the "yfiles.foldertype" attributevoidxsetDesc(org.apache.xmlbeans.XmlString desc) Sets (as xml) the "desc" elementvoidxsetId(org.apache.xmlbeans.XmlNMTOKEN id) Sets (as xml) the "id" attributevoidxsetParseIndegree(NodeIndegreeType parseIndegree) Sets (as xml) the "parse.indegree" attributevoidxsetParseOutdegree(NodeOutdegreeType parseOutdegree) Sets (as xml) the "parse.outdegree" attributevoidxsetYfilesFoldertype(YfilesFoldertypeType yfilesFoldertype) Sets (as xml) the "yfiles.foldertype" 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
-
getDesc
String getDesc()Gets the "desc" element -
xgetDesc
org.apache.xmlbeans.XmlString xgetDesc()Gets (as xml) the "desc" element -
isSetDesc
boolean isSetDesc()True if has "desc" element -
setDesc
Sets the "desc" element -
xsetDesc
void xsetDesc(org.apache.xmlbeans.XmlString desc) Sets (as xml) the "desc" element -
unsetDesc
void unsetDesc()Unsets the "desc" element -
getDataArray
DataType[] getDataArray()Gets array of all "data" elements -
getDataArray
Gets ith "data" element -
sizeOfDataArray
int sizeOfDataArray()Returns number of "data" element -
setDataArray
Sets array of all "data" element -
setDataArray
Sets ith "data" element -
insertNewData
Inserts and returns a new empty value (as xml) as the ith "data" element -
addNewData
DataType addNewData()Appends and returns a new empty value (as xml) as the last "data" element -
removeData
void removeData(int i) Removes the ith "data" element -
getPortArray
PortType[] getPortArray()Gets array of all "port" elements -
getPortArray
Gets ith "port" element -
sizeOfPortArray
int sizeOfPortArray()Returns number of "port" element -
setPortArray
Sets array of all "port" element -
setPortArray
Sets ith "port" element -
insertNewPort
Inserts and returns a new empty value (as xml) as the ith "port" element -
addNewPort
PortType addNewPort()Appends and returns a new empty value (as xml) as the last "port" element -
removePort
void removePort(int i) Removes the ith "port" element -
getGraphArray
GraphType[] getGraphArray()Gets array of all "graph" elements -
getGraphArray
Gets ith "graph" element -
sizeOfGraphArray
int sizeOfGraphArray()Returns number of "graph" element -
setGraphArray
Sets array of all "graph" element -
setGraphArray
Sets ith "graph" element -
insertNewGraph
Inserts and returns a new empty value (as xml) as the ith "graph" element -
addNewGraph
GraphType addNewGraph()Appends and returns a new empty value (as xml) as the last "graph" element -
removeGraph
void removeGraph(int i) Removes the ith "graph" element -
getLocator
LocatorType getLocator()Gets the "locator" element -
isSetLocator
boolean isSetLocator()True if has "locator" element -
setLocator
Sets the "locator" element -
addNewLocator
LocatorType addNewLocator()Appends and returns a new empty "locator" element -
unsetLocator
void unsetLocator()Unsets the "locator" element -
getParseIndegree
BigInteger getParseIndegree()Gets the "parse.indegree" attribute -
xgetParseIndegree
NodeIndegreeType xgetParseIndegree()Gets (as xml) the "parse.indegree" attribute -
isSetParseIndegree
boolean isSetParseIndegree()True if has "parse.indegree" attribute -
setParseIndegree
Sets the "parse.indegree" attribute -
xsetParseIndegree
Sets (as xml) the "parse.indegree" attribute -
unsetParseIndegree
void unsetParseIndegree()Unsets the "parse.indegree" attribute -
getParseOutdegree
BigInteger getParseOutdegree()Gets the "parse.outdegree" attribute -
xgetParseOutdegree
NodeOutdegreeType xgetParseOutdegree()Gets (as xml) the "parse.outdegree" attribute -
isSetParseOutdegree
boolean isSetParseOutdegree()True if has "parse.outdegree" attribute -
setParseOutdegree
Sets the "parse.outdegree" attribute -
xsetParseOutdegree
Sets (as xml) the "parse.outdegree" attribute -
unsetParseOutdegree
void unsetParseOutdegree()Unsets the "parse.outdegree" attribute -
getYfilesFoldertype
YfilesFoldertypeType.Enum getYfilesFoldertype()Gets the "yfiles.foldertype" attribute -
xgetYfilesFoldertype
YfilesFoldertypeType xgetYfilesFoldertype()Gets (as xml) the "yfiles.foldertype" attribute -
isSetYfilesFoldertype
boolean isSetYfilesFoldertype()True if has "yfiles.foldertype" attribute -
setYfilesFoldertype
Sets the "yfiles.foldertype" attribute -
xsetYfilesFoldertype
Sets (as xml) the "yfiles.foldertype" attribute -
unsetYfilesFoldertype
void unsetYfilesFoldertype()Unsets the "yfiles.foldertype" attribute -
getId
String getId()Gets the "id" attribute -
xgetId
org.apache.xmlbeans.XmlNMTOKEN xgetId()Gets (as xml) the "id" attribute -
setId
Sets the "id" attribute -
xsetId
void xsetId(org.apache.xmlbeans.XmlNMTOKEN id) Sets (as xml) the "id" attribute
-