|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.api.core.domain.PropertyExpression
public final class PropertyExpression
Provides information about the expression to evaluate a default value for a property.
Field Summary | |
---|---|
static PropertyExpression |
NO_EXPRESSION The expression instance to signal that there is no property expression. |
Method Summary | |
---|---|
static PropertyExpression |
create(String expression) Creates an instance of PropertyExpression with the given expression string. |
String |
getExpression() Returns the expression string. |
boolean |
hasExpression() Checks if an expression string is present. |
String |
toString() Returns the name of the type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PropertyExpression NO_EXPRESSION
Method Detail |
---|
public static PropertyExpression create(String expression)
PropertyExpression
with the given expression string.
expression
- the expression string.
expression
is blank, the singleton expression
NO_EXPRESSION
is returned.
public boolean hasExpression()
true
if the expression string is not
null
,
false
if it is
null
.
public String getExpression()
null
.
public String toString()
toString
in class
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |