public abstract class AttributeContainer<T extends AttributePrototype> extends ClassNameAware
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,T> |
attributes |
className, templatePathextensionName| Constructor and Description |
|---|
AttributeContainer(java.lang.String extensionName,
java.lang.String className) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(T attribute) |
boolean |
hasAttribute(java.lang.String name) |
getClassName, getTemplatePath, setTemplatePathgetExtensionNameprotected final java.util.Map<java.lang.String,T extends AttributePrototype> attributes
public AttributeContainer(java.lang.String extensionName,
java.lang.String className)
public boolean hasAttribute(java.lang.String name)
public void addAttribute(T attribute)
Copyright © 2018 SAP SE. All Rights Reserved.