public interface ExportedValue<T>
Modifier and Type | Method and Description |
---|---|
T |
get() |
String |
getDescription() |
String |
getName() |
Class<? extends T> |
getValueClass() |
boolean |
isWriteable() |
void |
set(T value) |
String getName()
String getDescription()
T get()
void set(T value) throws InvalidAttributeValueException
InvalidAttributeValueException
boolean isWriteable()
Copyright © 2014. All rights reserved.