net.sf.hibernate.mapping
Class MetaAttribute

java.lang.Object
  extended bynet.sf.hibernate.mapping.MetaAttribute

public class MetaAttribute
extends Object

A meta attribute is a named value or values.

Author:
Gavin King

Constructor Summary
MetaAttribute()
           
 
Method Summary
 void addValue(String value)
           
 String getName()
           
 String getValue()
           
 List getValues()
           
 boolean isMultiValued()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaAttribute

public MetaAttribute()
Method Detail

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()