|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFResponse
Value mapping result that can consist of several groups of source identifier, source value, target identifier and target value.
| Method Summary | |
|---|---|
int |
countGroups()
Returns the number of groups that are found. |
int |
countTargetValues()
Returns the number of all found target values. |
String[][] |
getGroupedTargetValues()
Returns all target values groud by group. |
String |
getSingleTargetValue()
Returns one target value of this response. |
IFIdentifier |
getSourceIdentifier()
Returns the request identifier for this result. |
String |
getSourceValue()
Returns the source value for this request. |
IFIdentifier |
getTargetIdentifier()
Returns the target identifier of this result. |
String[] |
getTargetValues()
Returns all target values of this result. |
boolean |
hasTargetValues()
Return if this result has at least one target value. |
| Method Detail |
|---|
String getSingleTargetValue()
countTargetValues(). In order to avoid a null value use
countTargetValues() or hasTargetValues(). If the
object contains different groups the value is take randomly from
one random groupString[] getTargetValues()
int countTargetValues()
boolean hasTargetValues()
IFIdentifier getSourceIdentifier()
IFIdentifier getTargetIdentifier()
String getSourceValue()
String[][] getGroupedTargetValues()
int countGroups()
|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||