Uses of Interface
net.opengis.cat.csw20.RecordPropertyType
-
Packages that use RecordPropertyType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of RecordPropertyType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return RecordPropertyType Modifier and Type Method Description RecordPropertyType
Csw20Factory. createRecordPropertyType()
Returns a new object of class 'Record Property Type'.Methods in net.opengis.cat.csw20 that return types with arguments of type RecordPropertyType Modifier and Type Method Description EList<RecordPropertyType>
UpdateType. getRecordProperty()
Returns the value of the 'Record Property' containment reference list. -
Uses of RecordPropertyType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement RecordPropertyType Modifier and Type Class Description class
RecordPropertyTypeImpl
An implementation of the model object 'Record Property Type'.Fields in net.opengis.cat.csw20.impl with type parameters of type RecordPropertyType Modifier and Type Field Description protected EList<RecordPropertyType>
UpdateTypeImpl. recordProperty
The cached value of the 'Record Property
' containment reference list.Methods in net.opengis.cat.csw20.impl that return RecordPropertyType Modifier and Type Method Description RecordPropertyType
Csw20FactoryImpl. createRecordPropertyType()
Methods in net.opengis.cat.csw20.impl that return types with arguments of type RecordPropertyType Modifier and Type Method Description EList<RecordPropertyType>
UpdateTypeImpl. getRecordProperty()
-