Package hec.io
Class DBFMapObject
java.lang.Object
hec.io.DBFMapObject
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanInformation about the DBF Field being mapped toInformation about the DBF TagbytebooleanInformation about the Java objectboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectgetFieldObject(FieldAccessor dbfObj, String strFieldName, Field field) static Fieldstatic booleansetFieldObject(FieldAccessor dbfObj, String strFieldName, Field field, Object data)
-
Field Details
-
cbFieldDescriptor
Information about the DBF Field being mapped to -
cbTagName
Information about the DBF Tag -
cbDescending
public boolean cbDescending -
cbUnique
public byte cbUnique -
cbFilter
-
cbExpression
-
allowNull
public boolean allowNull -
readOnly
public boolean readOnly -
isCompound
public boolean isCompoundInformation about the Java object -
jFieldName
-
relationalObjClass
-
jField
-
jFullFieldName
-
constructor
-
jclassName
-
-
Constructor Details
-
DBFMapObject
public DBFMapObject()
-
-
Method Details
-
getJField
-
getFieldObject
-
setFieldObject
public static boolean setFieldObject(FieldAccessor dbfObj, String strFieldName, Field field, Object data)
-