@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface SetAttribute
Entity type annotation for:
AttributeContainer.setOptAttribute(String, AttributeType, Object)AttributeContainer.setAttribute(String, AttributeType, Object)AttributeContainer.removeOptAttribute(String, AttributeType)AttributeContainer.removeAttribute(String, AttributeType)SetAttributeFunction for acceptable method signatures.SetAttributeMethod| Modifier and Type | Fields and Description |
|---|---|
static java.lang.String |
DEFAULT_NAME
Default name (
""). |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
name
Attribute type name.
|
public abstract java.lang.String name
DEFAULT_NAME