protected class GuiObjectRecognition.GORInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
itemID
the qualifier category ID for the substring.
|
java.lang.String |
itemInfo
the qualifier piece of recognition stored herein.
|
java.lang.String |
itemName
the qualifier category substring.
|
java.lang.String |
itemValue
the qualifier value substring of the stored recognition.
|
public java.lang.String itemInfo
public java.lang.String itemName
public int itemID
public java.lang.String itemValue
public GORInfo()
public GORInfo(java.lang.String info, java.lang.String name, int id, java.lang.String value)
info
- -- the qualifier piece of recognition stored herein. Ex: "Index=1"name
- -- the qualifier category substring. Ex: "Index" (for "Index=1")id
- -- the qualifier category ID for the substring. Ex: QUALIFIER_INDEX_ID (for "Index=1")value
- -- the qualifier value substring of the stored recognition. Ex: "1" (for "Index=1")Copyright © SAS Institute. All Rights Reserved.