|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.adobe.xfa.SOMParser.SomResultInfo
public static final class SOMParser.SomResultInfo
Describes one returned value from the SOM parser.
| Field Summary | |
|---|---|
Obj |
object
The object member represents the Obj that the SOM expression refers to. |
int |
occurrence
The occurrence member indicates the occurrence number of the referenced property (if propertyName is not empty). |
java.lang.String |
propertyName
If the SOM expression refers to a property then the propertyName field contains the name of the property. |
Arg |
value
The value field indicates the "answer" to the SOM expression. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Obj object
public final int occurrence
public final java.lang.String propertyName
"datavalue.value", the property name would be
"value" in this example). This is useful for the left
hand side of expressions involving SOM statements. Note that if a
method is invoked, then this contains the text representation of the
method call (not that this is terribly useful in this case).
public final Arg value
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||