getName
Retrieves the name. If called on the configuration of the receiver's target, this method returns the name of the target.
public String getName()
None
getAttribute
Retrieves the value of a configuration property
public Object getAttribute(String name)
setAttribute
Sets the value of a configuration property
public void setAttribute(String name, Object value)
getAttributes
Retrieves a collection of all the properties
public Map getAttributes()
None