当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
MetaAttribute (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
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.
- Author:
- Gavin King
- See Also:
- Serialized Form
MetaAttribute
public MetaAttribute(String name)
getName
public String getName()
getValues
public List getValues()
addValue
public void addValue(String value)
getValue
public String getValue()
isMultiValued
public boolean isMultiValued()
toString
public String toString()