com.novell.nxpe
Interface NxpeParameterList
public interface NxpeParameterList
Class to hold configuration and instance parematers as defined in the policy type specification
- Since:
- NXPE1.0
- Author:
- Paladin Team
getParameter
NxpeParameter getParameter(int iEnumerativeValue)
throws NxpeException
- Throws:
NxpeException
getGroupedParameter
NxpeGroupedParameter getGroupedParameter(int iEnumerativeValue,
int iGroupEnumerativeValue,
int iChoiceEnumerativeValue)
throws NxpeException
- Throws:
NxpeException
iterator
java.util.Iterator<NxpeParameter> iterator()
throws NxpeException
- Throws:
NxpeException
iterator
java.util.Iterator<NxpeGroupedParameter> iterator(int iGroupEnumerativeValue)
throws NxpeException
- Throws:
NxpeException
iterator
java.util.Iterator<NxpeGroupedParameter> iterator(int iGroupEnumerativeValue,
int iChoiceEnumerativeValue)
throws NxpeException
- Throws:
NxpeException
Copyright © 2005-2009 Novell, Inc. All Rights Reserved.