|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NxpeParameterList
Defines methods for retieving configuration and instance parematers as defined in the policy type specification.
| Method Summary | |
|---|---|
NxpeGroupedParameter |
getGroupedParameter(int iEnumerativeValue,
int iGroupEnumerativeValue,
int iChoiceEnumerativeValue)
Deprecated. Retrieves the NxpeGroupedParamter object idenified by the enumerative values. |
NxpeParameter |
getParameter(int iEnumerativeValue)
Retrieves the parameter referenced by the enumerative value. |
java.util.Iterator<NxpeParameter> |
iterator()
Retrieves the first NxpeParameter object in the parameter list when the parameter is not in a group. |
java.util.Iterator<NxpeGroupedParameter> |
iterator(int iGroupEnumerativeValue)
Deprecated. Retrieves the first NxpeGroupedParameter object for the grouped parameter specified by the group enumerative value. |
java.util.Iterator<NxpeGroupedParameter> |
iterator(int iGroupEnumerativeValue,
int iChoiceEnumerativeValue)
Deprecated. Returns first NxpeGroupedParameter object for a grouped parameter that is specified by the group enumerative value and the choice enumerative value. |
| Method Detail |
|---|
NxpeParameter getParameter(int iEnumerativeValue)
throws NxpeException
iEnumerativeValue - The enumerative value of the parameter
to return.
NxpeException
NxpeGroupedParameter getGroupedParameter(int iEnumerativeValue,
int iGroupEnumerativeValue,
int iChoiceEnumerativeValue)
throws NxpeException
Retrieves the NxpeGroupedParamter object idenified by the enumerative values.
iEnumerativeValue - The enumerative value of the parameter
to return.iGroupEnumerativeValue - The enumerative value of the paramter
group to which the parameter belongs.iChoiceEnumerativeValue - The enumerative value of the parameter
group choice to which the parameter belongs.
NxpeException
java.util.Iterator<NxpeParameter> iterator()
throws NxpeException
NxpeException
java.util.Iterator<NxpeGroupedParameter> iterator(int iGroupEnumerativeValue)
throws NxpeException
Retrieves the first NxpeGroupedParameter object for the grouped parameter specified by the group enumerative value.
iGroupEnumerativeValue - The enumerative value of the parameter
group.
NxpeException
java.util.Iterator<NxpeGroupedParameter> iterator(int iGroupEnumerativeValue,
int iChoiceEnumerativeValue)
throws NxpeException
Returns first NxpeGroupedParameter object for a grouped parameter that is specified by the group enumerative value and the choice enumerative value.
iGroupEnumerativeValue - The parameter group enumerative value.iChoiceEnumerativeValue - The parameter group choice enumerative
value.
NxpeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||