com.novell.nxpe
Interface NxpeGroupedParameter

All Superinterfaces:
NxpeParameter

public interface NxpeGroupedParameter
extends NxpeParameter

Interface to hold configuration and instance parematers as defined in the policy type specification

Since:
NXPE1.0
Author:
Paladin Team

Method Summary
 int getChoiceEnumerativeValue()
           
 java.lang.String getChoiceName()
           
 int getGroupEnumerativeValue()
           
 java.lang.String getGroupName()
           
 
Methods inherited from interface com.novell.nxpe.NxpeParameter
getContextDataElement, getContextDataElementEnumerativeValue, getContextDataElementName, getEnumerativeValue, getForceDataRead, getName, getValue
 

Method Detail

getGroupName

java.lang.String getGroupName()
                              throws NxpeException
Throws:
NxpeException

getGroupEnumerativeValue

int getGroupEnumerativeValue()
                             throws NxpeException
Throws:
NxpeException

getChoiceName

java.lang.String getChoiceName()
                               throws NxpeException
Throws:
NxpeException

getChoiceEnumerativeValue

int getChoiceEnumerativeValue()
                              throws NxpeException
Throws:
NxpeException


Copyright © 2005-2009 Novell, Inc. All Rights Reserved.