当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
MetaAttribute (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.mapping
Class MetaAttribute
java.lang.Object
net.sf.hibernate.mapping.MetaAttribute
- public class MetaAttribute
- extends Object
A meta attribute is a named value or values.
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaAttribute
public MetaAttribute()
getName
public String getName()
setName
public void setName(String name)
getValues
public List getValues()
addValue
public void addValue(String value)
getValue
public String getValue()
isMultiValued
public boolean isMultiValued()