Package com.caplin.datasource.fields
Interface FieldInfo
- All Known Implementing Classes:
FieldInfoImpl
public interface FieldInfo
This interface allows access to fields name and numbers configured in fields.conf files.
-
Field Summary
-
Method Summary
-
Field Details
-
DS_FIELDS_NOT_DEFINED
static final int DS_FIELDS_NOT_DEFINED- See Also:
-
-
Method Details
-
getName
String getName()- Returns:
- Field name or null if it doesn't exist
-
getNumber
int getNumber()- Returns:
- Field number or DS_FIELDS_NOT_DEFINED if it doesn't exist
-