public String[] getStringValues();
None.
A reference to an array of String objects, each of which represents one string value for the hierarchical connector property. If the hierarchical connector property does not contain any string values, the method returns null.
None.
The getStringValues() method retrieves all string values for the hierarchical connector configuration property. The retrieved string values are only those of the current hierarchical property; they do not include any values in child properties. To retrieve string values at lower levels in the hierarchy, you can do either of the following:
Before a call to getHierChildProps(), you can use the hasChildren() method to verify that the hierarchical connector property has child properties. To retrieve child properties, use the getChildProp() or getAllChildProps() method.