|
JBoss Metadata Common 7.2.2.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.metadata.property.SimpleExpressionResolver.ResolutionResult
public static class SimpleExpressionResolver.ResolutionResult
The result of resolving some expression content.
| Constructor Summary | |
|---|---|
SimpleExpressionResolver.ResolutionResult(String value,
boolean isDefault)
Creates a new ResolutionResult. |
|
| Method Summary | |
|---|---|
String |
getValue()
Gets the resolved value; |
boolean |
isDefault()
Gets whether the resolved value represents some sort of default value that was embedded in the expression content; e.g. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleExpressionResolver.ResolutionResult(String value,
boolean isDefault)
value - the resolved value. Cannot be null.isDefault - true if value was a default value encoded in the expression content;
false otherwise| Method Detail |
|---|
public String getValue()
nullpublic boolean isDefault()
defaultValue in a traditional JBoss AS style expression with syntax
propertyName[,propertyName]*[:defaultValue].
true if the value is a default value.
|
JBoss Metadata Common 7.2.2.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||