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 void
addValue(String value)
String
getName()
String
getValue()
List<String>
getValues()
boolean
isMultiValued()
String
toString()
-
-
-
Constructor Detail
-
MetaAttribute
public MetaAttribute(String name)
-
-