public class CurvePoint extends Object
Element of Curve
Constructor and Description |
---|
CurvePoint() |
Modifier and Type | Method and Description |
---|---|
CurvePointLevel |
getLevel()
Get a dB value (refer to data element Curve for use instructions)..
|
FreqOffset |
getOffset()
Get a frequency difference (refer to data element Curve for use
instructions).
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetLevel()
Determine if the Level is configured.
|
boolean |
isSetOffset()
Determine if the Offset is configured.
|
void |
setLevel(CurvePointLevel value)
Set a dB value (refer to data element Curve for use instructions)..
|
void |
setOffset(FreqOffset value)
Set a frequency difference (refer to data element Curve for use
instructions).
|
String |
toString()
Get a string representation of this CurvePoint instance configuration.
|
CurvePoint |
withLevel(Double value)
Set a dB value (refer to data element Curve for use instructions).
|
CurvePoint |
withOffset(Double value)
Set a frequency difference (refer to data element Curve for use
instructions).
|
public FreqOffset getOffset()
FreqOffset
instancepublic void setOffset(FreqOffset value)
value
- a FreqOffset
instancepublic boolean isSetOffset()
public CurvePointLevel getLevel()
CurvePointLevel
instancepublic void setLevel(CurvePointLevel value)
value
- a CurvePointLevel
instancepublic boolean isSetLevel()
public CurvePoint withOffset(Double value)
value
- An instances of type Double
.public CurvePoint withLevel(Double value)
value
- An instances of type Double
.public String toString()
public boolean isSet()
CurvePoint
requires
Level
, Offset
.
Note that this method only checks for the presence of required information; this method does not validate the information format.
Copyright © 2016 OpenSSRF.org. All rights reserved.