ru.biosoft.access
Class EntryCollection
ru.biosoft.access.DataElementSupport
|
+--ru.biosoft.access.AbstractDataCollection
|
+--ru.biosoft.access.EntryCollection
- Direct Known Subclasses:
- FileEntryCollection, FileEntryCollection2
- public abstract class EntryCollection
- extends AbstractDataCollection
- Version: 1.0
| Methods inherited from class ru.biosoft.access.AbstractDataCollection |
addDataCollectionListener, close, contains, contains, get, getCompleteName, getInfo, getNameList, getSize, init, isMutable, propagateElementChanged, propagateElementWillChange, put, remove, removeDataCollectionListener, toString |
ENTRY_DELIMITERS_PROPERTY
public final static String ENTRY_DELIMITERS_PROPERTY
- Property for storing delimiters that not conatains in the entry key.
Space ' ' added automatically.
ENTRY_END_PROPERTY
public final static String ENTRY_END_PROPERTY
- Property for storing end field of entry
ENTRY_ID_PROPERTY
public final static String ENTRY_ID_PROPERTY
- Property for storing ID field of entry
ENTRY_START_PROPERTY
public final static String ENTRY_START_PROPERTY
- Property for storing start fielsd of entry
EntryCollection
public EntryCollection(DataCollection parent, Properties properties)
- Standard data collection constructor.
getDataElementType
public Class getDataElementType()
- Returns:
Entry.class.
to Class java.lang.String- Property for storing delimiters that not conatains in the entry key.
Space ' ' added automatically.
to Class java.lang.String
- Property for storing start fielsd of entry
to Class java.lang.String
- Property for storing ID field of entry
to Class java.lang.String
- Property for storing end field of entry
BOTTOM