Package cds.savot.model
Class SavotOption
- java.lang.Object
-
- cds.savot.model.SavotBase
-
- cds.savot.model.MarkupComment
-
- cds.savot.model.SavotOption
-
- All Implemented Interfaces:
NameSupport,SimpleTypes
public final class SavotOption extends MarkupComment implements NameSupport
Option element
- Author:
- Andre Schaaff
-
-
Field Summary
-
Fields inherited from interface cds.savot.model.SimpleTypes
ACTUAL, BARYCENTRIC, BASE64, BIT, BOOLEAN, CHAR, COOSYSSYSTEM, DATATYPE, DOC, DOUBLE, DOUBLECOMPLEX, DYNAMIC, ECL_FK4, ECL_FK5, ENCODINGTYPE, EQ_FK4, EQ_FK5, FIELDTYPE, FLOAT, FLOATCOMPLEX, GALACTIC, GEO_APP, GZIP, HIDDEN, HINTS, ICRS, INT, LEGAL, LINKCONTENT_ROLE, LOCATION, LONG, META, NO, NO_QUERY, NONE, ONLOAD, ONREQUEST, OTHER, QUERY, RESOURCETYPE, RESULTS, SHORT, STREAMACTUATE, SUPERGALACTIC, TRIGGER, UNICODECHAR, UNSIGNEDBYTE, VALUESTYPE, version, XY, YES, YESNO
-
-
Constructor Summary
Constructors Constructor Description SavotOption()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Get name attributeOptionSetgetOptions()Get OPTION elements referencejava.lang.StringgetValue()Get value attributevoidsetName(java.lang.String name)Set name attributevoidsetOptions(OptionSet options)Set OPTION elements referencevoidsetValue(java.lang.String value)Set value attribute-
Methods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
-
-
-
Method Detail
-
setName
public void setName(java.lang.String name)
Set name attribute- Specified by:
setNamein interfaceNameSupport- Parameters:
name-
-
getName
public java.lang.String getName()
Get name attribute- Specified by:
getNamein interfaceNameSupport- Returns:
- String
-
setValue
public void setValue(java.lang.String value)
Set value attribute- Parameters:
value-
-
getValue
public java.lang.String getValue()
Get value attribute- Returns:
- String
-
getOptions
public OptionSet getOptions()
Get OPTION elements reference- Returns:
- OptionSet
-
setOptions
public void setOptions(OptionSet options)
Set OPTION elements reference- Parameters:
options-
-
-