public class TimeIntervalLengthImpl extends Object implements TimeIntervalLength
| Constructor and Description |
|---|
TimeIntervalLengthImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFactor()
Gets the factor property
|
int |
getRadix()
Gets the radix property
|
TimeUnit |
getUnit()
Gets the unit property
|
double |
getValue()
Gets the inline value
|
boolean |
isSetFactor()
Checks if factor is set
|
boolean |
isSetRadix()
Checks if radix is set
|
void |
setFactor(int factor)
Sets the factor property
|
void |
setRadix(int radix)
Sets the radix property
|
void |
setUnit(TimeUnit unit)
Sets the unit property
|
void |
setValue(double value)
Sets the inline value
|
void |
unSetFactor()
Unsets the factor property
|
void |
unSetRadix()
Unsets the radix property
|
public TimeUnit getUnit()
getUnit in interface TimeIntervalLengthpublic void setUnit(TimeUnit unit)
setUnit in interface TimeIntervalLengthpublic int getRadix()
getRadix in interface TimeIntervalLengthpublic boolean isSetRadix()
isSetRadix in interface TimeIntervalLengthpublic void setRadix(int radix)
setRadix in interface TimeIntervalLengthpublic void unSetRadix()
unSetRadix in interface TimeIntervalLengthpublic int getFactor()
getFactor in interface TimeIntervalLengthpublic boolean isSetFactor()
isSetFactor in interface TimeIntervalLengthpublic void setFactor(int factor)
setFactor in interface TimeIntervalLengthpublic void unSetFactor()
unSetFactor in interface TimeIntervalLengthpublic double getValue()
getValue in interface TimeIntervalLengthpublic void setValue(double value)
setValue in interface TimeIntervalLengthCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.