Class MetaSetsContainer
java.lang.Object
org.openxava.util.meta.MetaSetsContainer
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MetaCalculator, MetaValidator, PropertyMapping, ReferenceMappingDetail
- Author:
- Javier Paniza
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMetaSet(MetaSet metaSet) protected voidassignPropertiesValues(Object object) booleanbooleangetPropertyNameForPropertyFrom(String propertyNameFrom) booleanDepends on other properties.
-
Constructor Details
-
MetaSetsContainer
public MetaSetsContainer()
-
-
Method Details
-
addMetaSet
-
assignPropertiesValues
-
getMetaSets
- Returns:
- Not null
-
getMetaSetsWithoutValue
-
containsMetaSets
public boolean containsMetaSets() -
containsMetaSetsWithoutValue
public boolean containsMetaSetsWithoutValue() -
getPropertyNameForPropertyFrom
public String getPropertyNameForPropertyFrom(String propertyNameFrom) throws ElementNotFoundException - Throws:
ElementNotFoundException
-
isDependent
public boolean isDependent()Depends on other properties.- Since:
- 5.1
-