Uses of Class
de.smartics.properties.api.core.domain.PropertyExpression

Packages that use PropertyExpression
de.smartics.properties.api.core.domain Provides property domain objects and exceptions. 
de.smartics.properties.spi.core.metadata Provides helpers to read metadata from property descriptor interfaces. 
 

Uses of PropertyExpression in de.smartics.properties.api.core.domain
 

Fields in de.smartics.properties.api.core.domain declared as PropertyExpression
static PropertyExpression PropertyExpression.NO_EXPRESSION
          The expression instance to signal that there is no property expression.
 

Methods in de.smartics.properties.api.core.domain that return PropertyExpression
static PropertyExpression PropertyExpression.create(String expression)
          Creates an instance of PropertyExpression with the given expression string.
 PropertyExpression PropertyDescriptor.getDefaultExpression()
          Returns the expression to use to construct the value of the property.
 

Uses of PropertyExpression in de.smartics.properties.spi.core.metadata
 

Methods in de.smartics.properties.spi.core.metadata that return PropertyExpression
 PropertyExpression PropertyMetaData.getDefaultExpression()
           
 

Methods in de.smartics.properties.spi.core.metadata with parameters of type PropertyExpression
 PropertyMetaData.Builder PropertyMetaData.Builder.with(PropertyExpression defaultExpression)
          Sets the default expression to evaluate a default property value.
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.