Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » mapping » [javadoc | source]
org.hibernate.mapping
public class: MetaAttribute [javadoc | source]
java.lang.Object
   org.hibernate.mapping.MetaAttribute

All Implemented Interfaces:
    Serializable

A meta attribute is a named value or values.
Constructor:
 public MetaAttribute(String name) 
Method from org.hibernate.mapping.MetaAttribute Summary:
addValue,   getName,   getValue,   getValues,   isMultiValued,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.mapping.MetaAttribute Detail:
 public  void addValue(String value) 
 public String getName() 
 public String getValue() 
 public List getValues() 
 public boolean isMultiValued() 
 public String toString()