Defines prefix of the setter, in order to guess described GIML attribute.
Element Detail
name
public abstract java.lang.String name
The GIML container name. Empty name means to use the method name (minus its prefix) ad container name.
Returns:
the name of this container.
Default:
""
prefix
public abstract java.lang.String prefix
Defines prefix of the setter, in order to guess described GIML attribute. This prefix is removed from method name
to compute this attribute name. Empty prefix means to look for default prefixes in method name (is,
has and set).