Package org.hibernate.mapping
Class MetaAttribute
- java.lang.Object
-
- org.hibernate.mapping.MetaAttribute
-
- All Implemented Interfaces:
Serializable
public class MetaAttribute extends Object implements Serializable
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()ListgetValues()booleanisMultiValued()StringtoString()
-
-
-
Constructor Detail
-
MetaAttribute
public MetaAttribute(String name)
-
-