org.openxava.util.meta
Class MetaSetsContainer

java.lang.Object
  extended by org.openxava.util.meta.MetaSetsContainer
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MetaCalculator, MetaValidator, PropertyMapping, ReferenceMappingDetail

public class MetaSetsContainer
extends java.lang.Object
implements java.io.Serializable

Author:
Javier Paniza
See Also:
Serialized Form

Constructor Summary
MetaSetsContainer()
           
 
Method Summary
 void addMetaSet(MetaSet metaSet)
           
protected  void assignPropertiesValues(java.lang.Object object)
           
 boolean containsMetaSets()
           
 boolean containsMetaSetsWithoutValue()
           
 java.util.Collection getMetaSets()
           
 java.util.Collection getMetaSetsWithoutValue()
           
 java.lang.String getPropertyNameForPropertyFrom(java.lang.String propertyNameFrom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaSetsContainer

public MetaSetsContainer()
Method Detail

addMetaSet

public void addMetaSet(MetaSet metaSet)

assignPropertiesValues

protected void assignPropertiesValues(java.lang.Object object)
                               throws java.lang.Exception
Throws:
java.lang.Exception

getMetaSets

public java.util.Collection getMetaSets()
Returns:
Not null

getMetaSetsWithoutValue

public java.util.Collection getMetaSetsWithoutValue()

containsMetaSets

public boolean containsMetaSets()

containsMetaSetsWithoutValue

public boolean containsMetaSetsWithoutValue()

getPropertyNameForPropertyFrom

public java.lang.String getPropertyNameForPropertyFrom(java.lang.String propertyNameFrom)
                                                throws ElementNotFoundException
Throws:
ElementNotFoundException