public interface ILcdFeatureClassMapper
Class
objects.
An ILcdFeatureClassMapper
object can be inspected to check the Class
of a feature value.
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getFeatureClass(java.lang.String aFeatureName)
Returns the
Class object for the given feature name. |
void |
register(java.lang.String aFeatureName,
java.lang.Class aFeatureClass)
Registers the specified
Class object for the
given feature name. |
void register(java.lang.String aFeatureName, java.lang.Class aFeatureClass) throws java.lang.IllegalArgumentException
Class
object for the
given feature name.aFeatureName
- a feature nameaFeatureClass
- all values of the feature named aFeatureName should
be of the type aFeatureClassjava.lang.IllegalArgumentException
java.lang.Class getFeatureClass(java.lang.String aFeatureName) throws java.lang.IllegalArgumentException
Class
object for the given feature name.aFeatureName
- a feature nameClass
object for the given feature namejava.lang.IllegalArgumentException