public static class FeatureSet.EnumFeature
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
long |
get()
Getting value of Enum feature
|
java.lang.String |
getName()
Getting Feature Name
|
java.util.List<FeatureSet.EnumDescription> |
getRange()
Getting range of Enum feature
|
java.lang.String |
getStringValue()
Getting value of Enum feature
|
boolean |
isImplemented()
Determining whether the feature is implemented
|
boolean |
isReadable()
Determining whether the feature is readable
|
boolean |
isWritable()
Determining whether the feature is writable
|
void |
set(long enumValue)
Setting enum value
|
void |
set(java.lang.String enumValue) |
public java.util.List<FeatureSet.EnumDescription> getRange() throws ExceptionSet
ExceptionSet
public long get() throws ExceptionSet
ExceptionSet
public java.lang.String getStringValue() throws ExceptionSet
ExceptionSet
public void set(long enumValue) throws ExceptionSet
enumValue
- enum valueExceptionSet
public void set(java.lang.String enumValue) throws ExceptionSet
ExceptionSet
public java.lang.String getName()
public boolean isImplemented() throws ExceptionSet
ExceptionSet
public boolean isReadable() throws ExceptionSet
ExceptionSet
public boolean isWritable() throws ExceptionSet
ExceptionSet