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 AttributeDefinition
role
- Associated role.public Object getValue()
getValue
in interface AttributeDefinition
public void setValue(Object value)
value
- New value.Copyright © 2000–2016 Apache Software Foundation. All rights reserved.