| java.lang.Object hu.netmind.persistence.parser.AttributeSpecifier
AttributeSpecifier | public class AttributeSpecifier (Code) | | Specifies a simple attribute (part of a term). It has three attributes:
- identifier: The identifier of the attribute (name).
- className: The class of this attribute as given
by the term.
- keyname: If this attribute is a map, then there
can be a key name to this attribute.
author: Brautigam Robert version: Revision: $Revision$ |
setClassName | public void setClassName(String className)(Code) | | |
setIdentifier | public void setIdentifier(String identifier)(Code) | | |
|
|