com.novell.nxpe
Class CustomParameter

java.lang.Object
  extended by com.novell.nxpe.CustomParameter
All Implemented Interfaces:
NxpeGroupedParameter, NxpeParameter

public class CustomParameter
extends java.lang.Object
implements NxpeGroupedParameter


Field Summary
static int ATTRIBUTE_VALUE
           
 
Constructor Summary
CustomParameter(int givenEnumValue)
           
 
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.
 NxpeContextDataElement getContextDataElement()
           
 int getContextDataElementEnumerativeValue()
           
 java.lang.String getContextDataElementName()
           
 int getEnumerativeValue()
          Returns the enumerative value for the name of this parameter.
 int getForceDataRead()
           
 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.
 java.lang.String getName()
          Returns the name of the parameter
 java.lang.String getValue()
          Returns the value of the parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_VALUE

public static int ATTRIBUTE_VALUE
Constructor Detail

CustomParameter

public CustomParameter(int givenEnumValue)
Method Detail

getName

public java.lang.String getName()
                         throws NxpeException
Description copied from interface: NxpeParameter
Returns the name of the parameter

Specified by:
getName in interface NxpeParameter
Returns:
The name of the parameter.
Throws:
NxpeException

getEnumerativeValue

public int getEnumerativeValue()
                        throws NxpeException
Description copied from interface: NxpeParameter
Returns the enumerative value for the name of this parameter.

Specified by:
getEnumerativeValue in interface NxpeParameter
Returns:
The numerical value for the name of this parameter.
Throws:
NxpeException

getValue

public java.lang.String getValue()
                          throws NxpeException
Description copied from interface: NxpeParameter
Returns the value of the parameter.

Specified by:
getValue in interface NxpeParameter
Returns:
The value of the parameter.
Throws:
NxpeException

getGroupName

public java.lang.String getGroupName()
                              throws NxpeException
Description copied from interface: NxpeGroupedParameter
Returns the parameter group name to which this parameter belongs.

Specified by:
getGroupName in interface NxpeGroupedParameter
Returns:
The name of the group for this parameter.
Throws:
NxpeException

getGroupEnumerativeValue

public int getGroupEnumerativeValue()
                             throws NxpeException
Description copied from interface: NxpeGroupedParameter
Returns the numerical value of the group to which this parameter belongs.

Specified by:
getGroupEnumerativeValue in interface NxpeGroupedParameter
Returns:
The numerical value of the group for this parameter.
Throws:
NxpeException

getChoiceName

public java.lang.String getChoiceName()
                               throws NxpeException
Description copied from interface: NxpeGroupedParameter
Returns the name of choice to which this parameter belongs.

Specified by:
getChoiceName in interface NxpeGroupedParameter
Returns:
The name of the choice for this parameter.
Throws:
NxpeException

getChoiceEnumerativeValue

public int getChoiceEnumerativeValue()
                              throws NxpeException
Description copied from interface: NxpeGroupedParameter
Returns the enumerative value of choice to which this parameter belongs.

Specified by:
getChoiceEnumerativeValue in interface NxpeGroupedParameter
Returns:
The numerical value of the choice for this parameter.
Throws:
NxpeException

getContextDataElement

public NxpeContextDataElement getContextDataElement()
                                             throws NxpeException
Specified by:
getContextDataElement in interface NxpeParameter
Returns:
The context data element.
Throws:
NxpeException

getContextDataElementEnumerativeValue

public int getContextDataElementEnumerativeValue()
                                          throws NxpeException
Specified by:
getContextDataElementEnumerativeValue in interface NxpeParameter
Returns:
The numerical value of the context data element.
Throws:
NxpeException

getContextDataElementName

public java.lang.String getContextDataElementName()
                                           throws NxpeException
Specified by:
getContextDataElementName in interface NxpeParameter
Returns:
The name of the context data element.
Throws:
NxpeException

getForceDataRead

public int getForceDataRead()
                     throws NxpeException
Specified by:
getForceDataRead in interface NxpeParameter
Returns:
The refresh data interval.
Throws:
NxpeException


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