public class FieldDescriptor
extends java.lang.Object
FieldDescriptor
is an encapsulation of the information needed to describe a field.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Legal copyright notice.
|
Constructor and Description |
---|
FieldDescriptor(java.lang.String name,
NativeProvider provider)
Constructs a new
FieldDescriptor instance. |
public static final java.lang.String COPYRIGHT
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