cds.savot.model
Class Boundary

java.lang.Object
  extended by cds.savot.model.MarkupComment
      extended by cds.savot.model.Boundary
Direct Known Subclasses:
SavotMax, SavotMin

public class Boundary
extends MarkupComment

For min and max

Version:
2.6 Copyright CDS 2002-2005 (kickoff 31 May 02)
Author:
Andre Schaaff

Constructor Summary
Boundary()
          Constructor
 
Method Summary
 java.lang.String getContent()
          Get element content
 java.lang.String getInclusive()
          Get inclusive attribute
 java.lang.String getValue()
          Get value attribute
 void setContent(java.lang.String content)
          Set element content
 void setInclusive(java.lang.String inclusive)
          Set inclusive attribute
 void setValue(java.lang.String value)
          Set value attribute
 
Methods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Boundary

public Boundary()
Constructor

Method Detail

setValue

public void setValue(java.lang.String value)
Set value attribute

Parameters:
value -

getValue

public java.lang.String getValue()
Get value attribute

Returns:
a String

setInclusive

public void setInclusive(java.lang.String inclusive)
Set inclusive attribute

Parameters:
inclusive - (yes, no)

getInclusive

public java.lang.String getInclusive()
Get inclusive attribute

Returns:
a String

setContent

public void setContent(java.lang.String content)
Set element content

Parameters:
content -

getContent

public java.lang.String getContent()
Get element content

Returns:
a String


Copyright © 2009 UDS/CNRS