Uses of Interface
com.yworks.xml.graphml.ProcessorType.Option
Packages that use ProcessorType.Option
-
Uses of ProcessorType.Option in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return ProcessorType.OptionModifier and TypeMethodDescriptionProcessorType.addNewOption()Appends and returns a new empty value (as xml) as the last "Option" elementProcessorType.getOptionArray()Gets array of all "Option" elementsProcessorType.getOptionArray(int i) Gets ith "Option" elementProcessorType.insertNewOption(int i) Inserts and returns a new empty value (as xml) as the ith "Option" elementstatic ProcessorType.OptionProcessorType.Option.Factory.newInstance()static ProcessorType.OptionProcessorType.Option.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) Methods in com.yworks.xml.graphml with parameters of type ProcessorType.OptionModifier and TypeMethodDescriptionvoidProcessorType.setOptionArray(int i, ProcessorType.Option option) Sets ith "Option" elementvoidProcessorType.setOptionArray(ProcessorType.Option[] optionArray) Sets array of all "Option" element -
Uses of ProcessorType.Option in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement ProcessorType.OptionModifier and TypeClassDescriptionstatic classAn XML Option(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return ProcessorType.OptionModifier and TypeMethodDescriptionProcessorTypeImpl.addNewOption()Appends and returns a new empty value (as xml) as the last "Option" elementProcessorTypeImpl.getOptionArray()Gets array of all "Option" elementsProcessorTypeImpl.getOptionArray(int i) Gets ith "Option" elementProcessorTypeImpl.insertNewOption(int i) Inserts and returns a new empty value (as xml) as the ith "Option" elementMethods in com.yworks.xml.graphml.impl with parameters of type ProcessorType.OptionModifier and TypeMethodDescriptionvoidProcessorTypeImpl.setOptionArray(int i, ProcessorType.Option option) Sets ith "Option" elementvoidProcessorTypeImpl.setOptionArray(ProcessorType.Option[] optionArray) Sets array of all "Option" element