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, setValue
public void checkValidity(Object object) throws ValidityException, IllegalStateException
checkValidity
in interface FieldHandler
checkValidity
in class FieldHandlerFriend
ValidityException
IllegalStateException
public 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 © 2018. All rights reserved.