public abstract class ExtendedFieldHandler extends FieldHandlerFriend
FieldDescriptor,
FieldHandler| Constructor and Description |
|---|
ExtendedFieldHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity(Object object)
Deprecated.
No longer supported
|
abstract Object |
newInstance(Object parent,
Object[] args)
Creates a new instance of the object described by this field.
|
getFieldDescriptor, getValue, newInstance, resetValue, setFieldDescriptor, setValuepublic void checkValidity(Object object) throws ValidityException, IllegalStateException
checkValidity in interface FieldHandlercheckValidity in class FieldHandlerFriendValidityExceptionIllegalStateExceptionpublic abstract Object newInstance(Object parent, Object[] args) throws IllegalStateException
parent - The object for which the field is createdargs - the set of constructor argumentsIllegalStateException - This field is a simple type and cannot be instantiatedCopyright © 2014. All rights reserved.