com.novell.nxpe
Interface NxpeContextDataElementFactory


public interface NxpeContextDataElementFactory

Defines the interface for creating a context data element object.

Since:
NXPE1.0
Author:
Paladin Team

Method Summary
 NxpeContextDataElement getInstance(java.lang.String name, int enumerativeValue, java.lang.String parameter)
          Creates the NxpeContextDataElement object.
 

Method Detail

getInstance

NxpeContextDataElement getInstance(java.lang.String name,
                                   int enumerativeValue,
                                   java.lang.String parameter)
                                   throws NxpeException
Creates the NxpeContextDataElement object.

Parameters:
name - The name of the context data element.
enumerativeValue - The numerical value of the context data element.
parameter - The name of the parameter.
Throws:
NxpeException


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