public class CustomizationRequest extends Object
Constructor and Description |
---|
CustomizationRequest(Object component,
Item item,
List<String> hierarchy,
List<String> localTags,
Set<String> customizationTags,
int globalizationLevel) |
Modifier and Type | Method and Description |
---|---|
void |
addFeature(ItemCustomizer customizer) |
Object |
getComponent() |
Set<String> |
getCustomizationTags() |
int |
getGlobalizationLevel() |
List<String> |
getHierarchy()
Get an unmodifiable hierarchy list
|
Item |
getItem() |
LinkedList<String> |
getLocalTags() |
boolean |
hasTag(String tag) |
boolean |
isAnalog() |
boolean |
isBooleanType() |
boolean |
isComponentClass(String name) |
boolean |
isDigital() |
boolean |
isFloatType() |
boolean |
isInt32Type() |
boolean |
isInt64Type() |
boolean |
isLocalTag(String localTags) |
boolean |
isLocalTags(String... localTags) |
boolean |
isStringType() |
boolean |
isType(DataType... dataTypes) |
public int getGlobalizationLevel()
public Object getComponent()
public boolean isComponentClass(String name)
public Item getItem()
public LinkedList<String> getLocalTags()
public boolean isLocalTags(String... localTags)
public boolean isLocalTag(String localTags)
public boolean hasTag(String tag)
public boolean isType(DataType... dataTypes)
public boolean isStringType()
public boolean isFloatType()
public boolean isBooleanType()
public boolean isInt64Type()
public boolean isInt32Type()
public boolean isAnalog()
public boolean isDigital()
public void addFeature(ItemCustomizer customizer)