public class PropertiesList extends MemoryFixedList<Property>
Objects of this class should not be created directly as they are part of the internal logic.
array, dataSet, entityFactory, header| Constructor and Description |
|---|
PropertiesList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<Property> entityFactory)
Constructs a new instance of PropertiesList.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
get(String propertyName)
Returns the property matching the name provided, or null if no such
property is available.
|
get, readclose, iterator, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsizeforEach, iterator, spliteratorpublic PropertiesList(Dataset dataSet, BinaryReader reader, BaseEntityFactory<Property> entityFactory)
dataSet - The Dataset being created.reader - Reader connected to the source data structure and
positioned to start reading.entityFactory - Used to create new instances of the entity.public Property get(String propertyName) throws IOException
propertyName - Property name required.IOException - if there was a problem reading from the data
file.Copyright © 2017 51Degrees. All rights reserved.