public interface CreationRequest<T extends Item>
Modifier and Type | Method and Description |
---|---|
CreationRequest<T> |
addCustomizationTags(Collection<String> tags) |
CreationRequest<T> |
addCustomizationTags(String... tags) |
void |
addMasterListener(MasterListener<T> masterListener) |
T |
create() |
CreationRequest<T> |
customizationTags(Collection<String> tags) |
CreationRequest<T> |
customizationTags(String... tags) |
CreationRequest<T> |
dataType(DataType dataType) |
CreationRequest<T> |
direction(boolean readable,
boolean writeable) |
int |
getGlobalizationLevel() |
CreationRequest<T> |
incrementGlobalizationLevel() |
CreationRequest<T> |
information(String description,
String unit,
String system) |
CreationRequest<T> |
localTags(Collection<String> localTags) |
CreationRequest<T> |
localTags(String... localTags) |
CreationRequest<T> |
request(CustomizationRequest request) |
CreationRequest<T> localTags(String... localTags)
CreationRequest<T> localTags(Collection<String> localTags)
CreationRequest<T> customizationTags(String... tags)
CreationRequest<T> customizationTags(Collection<String> tags)
CreationRequest<T> addCustomizationTags(String... tags)
CreationRequest<T> addCustomizationTags(Collection<String> tags)
CreationRequest<T> dataType(DataType dataType)
CreationRequest<T> information(String description, String unit, String system)
CreationRequest<T> direction(boolean readable, boolean writeable)
CreationRequest<T> request(CustomizationRequest request)
CreationRequest<T> incrementGlobalizationLevel()
int getGlobalizationLevel()
T create()
void addMasterListener(MasterListener<T> masterListener)