public interface DescriptorIF
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Get the attributes map.
|
java.lang.String |
getName()
Get the object name.
|
void |
removeAttribute(java.lang.String name)
Remove an attribute.
|
void |
setAttribute(java.lang.String name,
java.lang.String value)
Set an attribute.
|
void |
setName(java.lang.String name)
Set the object name.
|
java.lang.String getName()
void setName(java.lang.String name)
name
- the name of the object.java.util.Map<java.lang.String,java.lang.String> getAttributes()
void setAttribute(java.lang.String name, java.lang.String value)
name
- the name of the attriobute.value
- the value of the attribute.void removeAttribute(java.lang.String name)
name
- the name of the attriobute.