public abstract class OptionContainer
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
abstract OptionContainer[] |
getAllContainers()
Get all the option containers in this container
|
abstract Option[] |
getAllOptions()
Gets all the options in this container
|
java.lang.String |
getId() |
abstract Option |
mapOptionId(int id)
Maps an integer id of an option in this list to the option itself.
|
abstract Option |
mapOptionId(java.lang.String id)
Maps an string id of an option in this list to the option itself.
|
void |
writeXML(org.xml.sax.ContentHandler ch,
OptionSet os) |
public java.lang.String getId()
public abstract Option[] getAllOptions()
public abstract Option mapOptionId(java.lang.String id)
id
- The unique string identifier for an optionpublic abstract Option mapOptionId(int id)
id
- The unique string identifier for an optionpublic abstract OptionContainer[] getAllContainers()
public void writeXML(org.xml.sax.ContentHandler ch, OptionSet os) throws org.xml.sax.SAXException
org.xml.sax.SAXException
Copyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.