public class ReferenceArea extends ReferenceObject
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
getHighValue()
Returns the upper bound for a reference area. 
 | 
java.lang.Object | 
getLowValue()
Returns the lower bound for a reference area. 
 | 
void | 
setHighValue(java.lang.Object highValue)
Specifies the upper bound for a reference area. 
 | 
void | 
setLowValue(java.lang.Object lowValue)
Specifies the lower bound for a reference area. 
 | 
getAssociation, getColor, getLocation, setAssociation, setColor, setLocationpublic void setHighValue(java.lang.Object highValue)
highValue - public java.lang.Object getHighValue()
public void setLowValue(java.lang.Object lowValue)
lowValue - public java.lang.Object getLowValue()