|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.nex.odpp.FieldDescriptor
public class FieldDescriptor
FieldDescriptor
is an encapsulation of the information needed to describe a field.
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 |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public FieldDescriptor(java.lang.String name, NativeProvider provider)
FieldDescriptor
instance.
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
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |