|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.ExpressionFieldInfo
public class ExpressionFieldInfo
| Field Summary | |
|---|---|
static int |
CONSTANT
|
static int |
REFERENCE
|
| Constructor Summary | |
|---|---|
ExpressionFieldInfo(java.lang.String expressionValue,
int expressionValueType,
boolean isMappingName)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getExpressionValue()
Gets the Expression Field value |
int |
getExpressionValueType()
Gets the type of Expression Field. |
boolean |
isMappingName()
Indicates whether the Expression Field is a resource name or not. |
void |
setExpressionValue(java.lang.String expressionValue)
Sets the Expression Field value |
void |
setExpressionValueType(int expressionValueType)
Sets the type of Expression Field. |
void |
setIsMappingName(boolean isMappingName)
Indicates whether the Expression Field is a resource name or not. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int REFERENCE
public static final int CONSTANT
| Constructor Detail |
|---|
public ExpressionFieldInfo(java.lang.String expressionValue,
int expressionValueType,
boolean isMappingName)
expressionValue - the Expression Field valueexpressionValueType - indicates that the Expression Field is a REFERENCE or CONSTANT field.isMappingName - true if the Expression Field is a resource name, otherwise is false.| Method Detail |
|---|
public int getExpressionValueType()
REFERENCE or CONSTANT field.
REFERENCE or CONSTANT fieldpublic void setExpressionValueType(int expressionValueType)
REFERENCE or CONSTANT field.
expressionValueType - the Expression Field is a REFERENCE or CONSTANT fieldpublic boolean isMappingName()
true if the Expression Field is a resource name, otherwise return false.public void setIsMappingName(boolean isMappingName)
isMappingName - true if the Expression Field is a resource name, otherwise is false.public java.lang.String getExpressionValue()
public void setExpressionValue(java.lang.String expressionValue)
expressionValue - the Expression Field valuepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||