gnu.mapping
Class PropertySet
- Named
public abstract class PropertySet
extends java.lang.Object
getProperty
public Object getProperty(Object key,
Object defaultValue)
removeProperty
public Object removeProperty(Object key)
setName
public final void setName(String name)
- setName in interface Named
setProperty
public void setProperty(Object key,
Object value)
setProperty
public static Object[] setProperty(Object[] properties,
Object key,
Object value)
Given a property list, update it.
properties
- the input property listkey
- value
- associate this with key in result
- updated property list (maybe the same as the input)
setSymbol
public final void setSymbol(Object name)