|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IDataModelProperties provides the base interface for all Data Model Properties interfaces. The interface itself can be used to access an instance of the IDataModel and IDataModelProvider which will be registered against with the interface. IDataModels are not meant to be instantiated directly, rather they are built from an IDataModelProvider. In this way the user will call to the DataModelFactory passing in the interface, which will return the correct IDataModel.
This interface is not intended to be implemented by clients.
IDataModelProvider
,
DataModelFactory
Field Summary | |
---|---|
static java.lang.String |
ALLOW_EXTENSIONS
A boolean property defaults to Boolean.TRUE. |
static java.lang.String |
RESTRICT_EXTENSIONS
A List containing String objects, defautls to an empty List. |
Field Detail |
public static final java.lang.String ALLOW_EXTENSIONS
public static final java.lang.String RESTRICT_EXTENSIONS
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |