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
public class Boundary extends MarkupComment
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 Constructor Description Boundary()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getContent()
Get element contentjava.lang.String
getInclusive()
Get inclusive attributejava.lang.String
getValue()
Get value attributevoid
setContent(java.lang.String content)
Set element contentvoid
setInclusive(java.lang.String inclusive)
Set inclusive attributevoid
setValue(java.lang.String value)
Set value attribute-
Methods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
-
-
-
Method Detail
-
setValue
public final void setValue(java.lang.String value)
Set value attribute- Parameters:
value
-
-
getValue
public final java.lang.String getValue()
Get value attribute- Returns:
- a String
-
setInclusive
public final void setInclusive(java.lang.String inclusive)
Set inclusive attribute- Parameters:
inclusive
- (yes, no)
-
getInclusive
public final java.lang.String getInclusive()
Get inclusive attribute- Returns:
- a String
-
setContent
public final void setContent(java.lang.String content)
Set element content- Parameters:
content
-
-
getContent
public final java.lang.String getContent()
Get element content- Returns:
- a String
-
-