public class UntypedAttribute extends Object implements AttributeDefinition
| Modifier and Type | Field and Description |
|---|---|
protected String |
role
Role associated to this attribute.
|
protected Object |
value |
| Constructor and Description |
|---|
UntypedAttribute(Object value)
Constructor.
|
UntypedAttribute(Object value,
String role)
Constructor.
|
protected String role
protected Object value
public UntypedAttribute(Object value)
value - Object to store.public String getRole()
public void setRole(String role)
setRole in interface AttributeDefinitionrole - Associated role.public Object getValue()
getValue in interface AttributeDefinitionpublic void setValue(Object value)
value - New value.Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.