public static class FeatureSet.StringFeature
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get()
Getting string value
|
int |
getMaxLength()
Getting the maximum length that string can set
|
java.lang.String |
getName()
Getting Feature Name
|
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(java.lang.String string)
Setting string value
|
public int getMaxLength() throws ExceptionSet
ExceptionSet
public java.lang.String get() throws ExceptionSet
ExceptionSet
public void set(java.lang.String string) throws ExceptionSet
string
- input stringExceptionSet
public java.lang.String getName()
public boolean isImplemented() throws ExceptionSet
ExceptionSet
public boolean isReadable() throws ExceptionSet
ExceptionSet
public boolean isWritable() throws ExceptionSet
ExceptionSet