public interface ITDField
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
void |
isValidValue(Object value,
com4j.Com4jObject pObject)
Checks if the input value is valid for the field.
|
String |
name()
The database name of the current field.
|
com4j.Com4jObject |
property()
The FieldProperty object associated with the current field.
|
int |
type()
The field database type.
|
String name()
The database name of the current field.
Getter method for the COM property "Name"
int type()
The field database type.
Getter method for the COM property "Type"
com4j.Com4jObject property()
The FieldProperty object associated with the current field.
Getter method for the COM property "Property"
void isValidValue(Object value, com4j.Com4jObject pObject)
Checks if the input value is valid for the field.
value
- Mandatory java.lang.Object parameter.pObject
- Mandatory com4j.Com4jObject parameter.Copyright © 2020. All rights reserved.