Package org.hibernate.mapping
Class MetaAttribute
- java.lang.Object
- org.hibernate.mapping.MetaAttribute
- All Implemented Interfaces:
Serializable
public classMetaAttributeextendsObjectimplementsSerializable
A meta attribute is a named value or values.- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor Description MetaAttribute(String name)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddValue(String value)StringgetName()StringgetValue()List<String>getValues()booleanisMultiValued()StringtoString()
Constructor Detail
MetaAttribute
public MetaAttribute(String name)