com.novell.nxpe
Interface NxpeParameter

All Known Subinterfaces:
NxpeGroupedParameter

public interface NxpeParameter

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

Since:
NXPE1.0
Author:
Paladin Team

Method Summary
 NxpeContextDataElement getContextDataElement()
           
 int getContextDataElementEnumerativeValue()
           
 java.lang.String getContextDataElementName()
           
 int getEnumerativeValue()
           
 int getForceDataRead()
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 

Method Detail

getName

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

getValue

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

getEnumerativeValue

int getEnumerativeValue()
                        throws NxpeException
Throws:
NxpeException

getForceDataRead

int getForceDataRead()
                     throws NxpeException
Returns:
Throws:
NxpeException

getContextDataElement

NxpeContextDataElement getContextDataElement()
                                             throws NxpeException
Throws:
NxpeException

getContextDataElementName

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

getContextDataElementEnumerativeValue

int getContextDataElementEnumerativeValue()
                                          throws NxpeException
Throws:
NxpeException


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