public class UnlimitedIntegerImpl extends Object implements UnlimitedInteger
| Constructor and Description |
|---|
UnlimitedIntegerImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsInfinite()
Gets the isInfinite property
|
int |
getValue()
Gets the inline value
|
boolean |
isSetIsInfinite()
Checks if isInfinite is set
|
void |
setIsInfinite(boolean isInfinite)
Sets the isInfinite property
|
void |
setValue(int value)
Sets the inline value
|
void |
unSetIsInfinite()
Unsets the isInfinite property
|
public boolean getIsInfinite()
getIsInfinite in interface UnlimitedIntegerpublic boolean isSetIsInfinite()
isSetIsInfinite in interface UnlimitedIntegerpublic void setIsInfinite(boolean isInfinite)
setIsInfinite in interface UnlimitedIntegerpublic void unSetIsInfinite()
unSetIsInfinite in interface UnlimitedIntegerpublic int getValue()
getValue in interface UnlimitedIntegerpublic void setValue(int value)
setValue in interface UnlimitedIntegerCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.