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
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 -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get name attributeGet OPTION elements referencegetValue()
Get value attributevoid
Set name attributevoid
setOptions
(OptionSet options) Set OPTION elements referencevoid
Set value attributeMethods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
Constructor Details
-
SavotOption
public SavotOption()Constructor
-
-
Method Details
-
setName
Set name attribute- Specified by:
setName
in interfaceNameSupport
- Parameters:
name
-
-
getName
Get name attribute- Specified by:
getName
in interfaceNameSupport
- Returns:
- String
-
setValue
Set value attribute- Parameters:
value
-
-
getValue
Get value attribute- Returns:
- String
-
getOptions
Get OPTION elements reference- Returns:
- OptionSet
-
setOptions
Set OPTION elements reference- Parameters:
options
-
-