com.novell.nxpe
Interface NxpeParameter

All Known Subinterfaces:
NxpeGroupedParameter
All Known Implementing Classes:
CustomParameter

public interface NxpeParameter

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

Since:
NXPE1.0
Author:
Paladin Team

Method Summary
 NxpeContextDataElement getContextDataElement()
          Deprecated. 

Returns the context data element.

 int getContextDataElementEnumerativeValue()
          Deprecated. 

Returns the enumerative value of the context data element. This enumerative value is used to retrieve the real parameter value from the policy enforcement point.

 java.lang.String getContextDataElementName()
          Deprecated. 

Returns the name of the context data element.

 int getEnumerativeValue()
          Returns the enumerative value for the name of this parameter.
 int getForceDataRead()
          Deprecated. 

Returns the value of the refresh data interval.

 java.lang.String getName()
          Returns the name of the parameter
 java.lang.String getValue()
          Returns the value of the parameter.
 

Method Detail

getName

java.lang.String getName()
                         throws NxpeException
Returns the name of the parameter

Returns:
The name of the parameter.
Throws:
NxpeException

getValue

java.lang.String getValue()
                          throws NxpeException
Returns the value of the parameter.

Returns:
The value of the parameter.
Throws:
NxpeException

getEnumerativeValue

int getEnumerativeValue()
                        throws NxpeException
Returns the enumerative value for the name of this parameter.

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

getForceDataRead

int getForceDataRead()
                     throws NxpeException
Deprecated. 

Returns the value of the refresh data interval.

Returns:
The refresh data interval.
Throws:
NxpeException

getContextDataElement

NxpeContextDataElement getContextDataElement()
                                             throws NxpeException
Deprecated. 

Returns the context data element.

Returns:
The context data element.
Throws:
NxpeException

getContextDataElementName

java.lang.String getContextDataElementName()
                                           throws NxpeException
Deprecated. 

Returns the name of the context data element.

Returns:
The name of the context data element.
Throws:
NxpeException

getContextDataElementEnumerativeValue

int getContextDataElementEnumerativeValue()
                                          throws NxpeException
Deprecated. 

Returns the enumerative value of the context data element. This enumerative value is used to retrieve the real parameter value from the policy enforcement point.

Returns:
The numerical value of the context data element.
Throws:
NxpeException


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