Package cds.savot.model
Class Boundary
java.lang.Object
cds.savot.model.SavotBase
cds.savot.model.MarkupComment
cds.savot.model.Boundary
- All Implemented Interfaces:
SimpleTypes
For min and max
- 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 TypeMethodDescriptionfinal String
Get element contentfinal String
Get inclusive attributefinal String
getValue()
Get value attributefinal void
setContent
(String content) Set element contentfinal void
setInclusive
(String inclusive) Set inclusive attributefinal void
Set value attributeMethods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
Constructor Details
-
Boundary
public Boundary()Constructor
-
-
Method Details
-
setValue
Set value attribute- Parameters:
value
-
-
getValue
Get value attribute- Returns:
- a String
-
setInclusive
Set inclusive attribute- Parameters:
inclusive
- (yes, no)
-
getInclusive
Get inclusive attribute- Returns:
- a String
-
setContent
Set element content- Parameters:
content
-
-
getContent
Get element content- Returns:
- a String
-