com.ibm.nex.odpp
Class FieldDescriptor

java.lang.Object
  extended by com.ibm.nex.odpp.FieldDescriptor

public class FieldDescriptor
extends java.lang.Object


Field Summary
static java.lang.String COPYRIGHT
          Legal copyright notice.
 
Constructor Summary
FieldDescriptor(java.lang.String name, NativeProvider provider)
          Constructs a new FieldDescriptor instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Legal copyright notice.

See Also:
Constant Field Values
Constructor Detail

FieldDescriptor

public FieldDescriptor(java.lang.String name,
                       NativeProvider provider)
Constructs a new FieldDescriptor instance.

Parameters:
name - The name. Must match the field name in FLDDEFx in mask string. When there are multiple FLDDEFx's in the mask string, an array of FieldDescriptors needs to exist and must be in the same order as the FLDDEFx's in the mask string.
provider - The service provider that this field will be used with