Package org.openxava.util.meta
Class MetaSetsContainer
- java.lang.Object
-
- 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
Constructors Constructor Description MetaSetsContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
boolean
isDependent()
Depends on other properties.
-
-
-
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
-
isDependent
public boolean isDependent()
Depends on other properties.- Since:
- 5.1
-
-