public interface ParameterGroupDefinition
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the human-readable description.
|
java.lang.String |
getLabel()
Returns the human-readable label.
|
java.lang.String |
getName()
Returns the group name.
|
java.util.List<java.lang.String> |
getParameterNames()
Returns the list of parameter names in this group.
|
java.lang.String |
getParentGroup()
Returns the name of the parent group or
null if this is a primary group. |
java.lang.String |
getType()
Returns the group type.
|
boolean |
isPrimary()
Returns
true if this group is a primary group i.e. has no parent group. |
java.lang.String getName()
java.lang.String getLabel()
java.lang.String getDescription()
java.lang.String getType()
java.util.List<java.lang.String> getParameterNames()
boolean isPrimary()
true
if this group is a primary group i.e. has no parent group.true
if this is a primary groupgetParentGroup()
java.lang.String getParentGroup()
null
if this is a primary group.null
isPrimary()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.