public class FieldDescriptorImpl extends AbstractFieldDescriptor
| Modifier | Constructor and Description |
|---|---|
protected |
FieldDescriptorImpl() |
|
FieldDescriptorImpl(java.lang.String fieldName,
TypeInfo typeInfo,
FieldHandler handler,
boolean trans)
Constructs a new field descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
getClassDescriptor, getContainingClassDescriptor, getFieldName, getFieldType, getHandler, isImmutable, isMultivalued, isRequired, isTransient, setClassDescriptor, setContainingClassDescriptor, setFieldName, setFieldType, setHandler, setImmutable, setMultivalued, setRequired, setTransientprotected FieldDescriptorImpl()
public FieldDescriptorImpl(java.lang.String fieldName,
TypeInfo typeInfo,
FieldHandler handler,
boolean trans)
fieldName - The field nametypeInfo - The field type informationhandler - The field handler (may be null)trans - True if the field is transientIntalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com