com.novell.nxpe
Interface NxpeGroupedParameter

All Superinterfaces:
NxpeParameter
All Known Implementing Classes:
CustomParameter

public interface NxpeGroupedParameter
extends NxpeParameter

Defines the methods for retrieving configuration and instance parematers as defined in the policy type specification

Since:
NXPE1.0
Author:
Paladin Team

Method Summary
 int getChoiceEnumerativeValue()
          Returns the enumerative value of choice to which this parameter belongs.
 java.lang.String getChoiceName()
          Returns the name of choice to which this parameter belongs.
 int getGroupEnumerativeValue()
          Returns the numerical value of the group to which this parameter belongs.
 java.lang.String getGroupName()
          Returns the parameter group name to which this parameter belongs.
 
Methods inherited from interface com.novell.nxpe.NxpeParameter
getContextDataElement, getContextDataElementEnumerativeValue, getContextDataElementName, getEnumerativeValue, getForceDataRead, getName, getValue
 

Method Detail

getGroupName

java.lang.String getGroupName()
                              throws NxpeException
Returns the parameter group name to which this parameter belongs.

Returns:
The name of the group for this parameter.
Throws:
NxpeException

getGroupEnumerativeValue

int getGroupEnumerativeValue()
                             throws NxpeException
Returns the numerical value of the group to which this parameter belongs.

Returns:
The numerical value of the group for this parameter.
Throws:
NxpeException

getChoiceName

java.lang.String getChoiceName()
                               throws NxpeException
Returns the name of choice to which this parameter belongs.

Returns:
The name of the choice for this parameter.
Throws:
NxpeException

getChoiceEnumerativeValue

int getChoiceEnumerativeValue()
                              throws NxpeException
Returns the enumerative value of choice to which this parameter belongs.

Returns:
The numerical value of the choice for this parameter.
Throws:
NxpeException


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