Package com.yworks.xml.graphml
Interface ProcessorType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ProcessorTypeImpl
public interface ProcessorType
extends org.apache.xmlbeans.XmlObject
An XML Processor.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.static interfaceAn XML Option(@http://www.yworks.com/xml/graphml). -
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 "Option" elementGets the "class" attributeGets array of all "Option" elementsgetOptionArray(int i) Gets ith "Option" elementinsertNewOption(int i) Inserts and returns a new empty value (as xml) as the ith "Option" elementvoidremoveOption(int i) Removes the ith "Option" elementvoidSets the "class" attributevoidsetOptionArray(int i, ProcessorType.Option option) Sets ith "Option" elementvoidsetOptionArray(ProcessorType.Option[] optionArray) Sets array of all "Option" elementintReturns number of "Option" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "class" attributevoidxsetClass1(org.apache.xmlbeans.XmlString class1) Sets (as xml) the "class" 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
-
getOptionArray
ProcessorType.Option[] getOptionArray()Gets array of all "Option" elements -
getOptionArray
Gets ith "Option" element -
sizeOfOptionArray
int sizeOfOptionArray()Returns number of "Option" element -
setOptionArray
Sets array of all "Option" element -
setOptionArray
Sets ith "Option" element -
insertNewOption
Inserts and returns a new empty value (as xml) as the ith "Option" element -
addNewOption
ProcessorType.Option addNewOption()Appends and returns a new empty value (as xml) as the last "Option" element -
removeOption
void removeOption(int i) Removes the ith "Option" element -
getClass1
String getClass1()Gets the "class" attribute -
xgetClass1
org.apache.xmlbeans.XmlString xgetClass1()Gets (as xml) the "class" attribute -
setClass1
Sets the "class" attribute -
xsetClass1
void xsetClass1(org.apache.xmlbeans.XmlString class1) Sets (as xml) the "class" attribute
-