Uses of Interface
net.opengis.cat.csw20.SimpleLiteral
Packages that use SimpleLiteral
-
Uses of SimpleLiteral in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return SimpleLiteralModifier and TypeMethodDescriptionCsw20Factory.createSimpleLiteral()Returns a new object of class 'Simple Literal'.BriefRecordType.getType()Returns the value of the 'Type' containment reference.SummaryRecordType.getType()Returns the value of the 'Type' containment reference.Methods in net.opengis.cat.csw20 that return types with arguments of type SimpleLiteralModifier and TypeMethodDescriptionEList<SimpleLiteral>SummaryRecordType.getAbstract()Returns the value of the 'Abstract' containment reference list.EList<SimpleLiteral>DCMIRecordType.getDCElement()Returns the value of the 'DC Element' containment reference list.EList<SimpleLiteral>SummaryRecordType.getFormat()Returns the value of the 'Format' containment reference list.EList<SimpleLiteral>BriefRecordType.getIdentifier()Returns the value of the 'Identifier' containment reference list.EList<SimpleLiteral>SummaryRecordType.getIdentifier()Returns the value of the 'Identifier' containment reference list.EList<SimpleLiteral>SummaryRecordType.getModified()Returns the value of the 'Modified' containment reference list.EList<SimpleLiteral>SummaryRecordType.getRelation()Returns the value of the 'Relation' containment reference list.EList<SimpleLiteral>SummaryRecordType.getSpatial()Returns the value of the 'Spatial' containment reference list.EList<SimpleLiteral>SummaryRecordType.getSubject()Returns the value of the 'Subject' containment reference list.EList<SimpleLiteral>BriefRecordType.getTitle()Returns the value of the 'Title' containment reference list.EList<SimpleLiteral>SummaryRecordType.getTitle()Returns the value of the 'Title' containment reference list.Methods in net.opengis.cat.csw20 with parameters of type SimpleLiteralModifier and TypeMethodDescriptionvoidBriefRecordType.setType(SimpleLiteral value) Sets the value of the 'Type' reference.voidSummaryRecordType.setType(SimpleLiteral value) Sets the value of the 'Type' reference. -
Uses of SimpleLiteral in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement SimpleLiteralModifier and TypeClassDescriptionclassAn implementation of the model object 'Simple Literal'.Fields in net.opengis.cat.csw20.impl declared as SimpleLiteralModifier and TypeFieldDescriptionprotected SimpleLiteralBriefRecordTypeImpl.typeThe cached value of the 'Type' reference.protected SimpleLiteralSummaryRecordTypeImpl.typeThe cached value of the 'Type' reference.Fields in net.opengis.cat.csw20.impl with type parameters of type SimpleLiteralModifier and TypeFieldDescriptionprotected EList<SimpleLiteral>SummaryRecordTypeImpl.abstract_The cached value of the 'Abstract' containment reference list.protected EList<SimpleLiteral>DCMIRecordTypeImpl.dcElementThe cached value of the '{@link #getDCElement()() DCElement}' containment reference list.protected EList<SimpleLiteral>SummaryRecordTypeImpl.formatThe cached value of the 'Format' containment reference list.protected EList<SimpleLiteral>BriefRecordTypeImpl.identifierThe cached value of the 'Identifier' reference list.protected EList<SimpleLiteral>SummaryRecordTypeImpl.identifierThe cached value of the 'Identifier' containment reference list.protected EList<SimpleLiteral>SummaryRecordTypeImpl.modifiedThe cached value of the 'Modified' containment reference list.protected EList<SimpleLiteral>SummaryRecordTypeImpl.relationThe cached value of the 'Relation' containment reference list.protected EList<SimpleLiteral>SummaryRecordTypeImpl.spatialThe cached value of the 'Spatial' containment reference list.protected EList<SimpleLiteral>SummaryRecordTypeImpl.subjectThe cached value of the 'Subject' containment reference list.protected EList<SimpleLiteral>BriefRecordTypeImpl.titleThe cached value of the 'Title' reference list.protected EList<SimpleLiteral>SummaryRecordTypeImpl.titleThe cached value of the 'title' containment reference list.Methods in net.opengis.cat.csw20.impl that return SimpleLiteralModifier and TypeMethodDescriptionBriefRecordTypeImpl.basicGetType()SummaryRecordTypeImpl.basicGetType()Csw20FactoryImpl.createSimpleLiteral()BriefRecordTypeImpl.getType()SummaryRecordTypeImpl.getType()Methods in net.opengis.cat.csw20.impl that return types with arguments of type SimpleLiteralModifier and TypeMethodDescriptionEList<SimpleLiteral>SummaryRecordTypeImpl.getAbstract()EList<SimpleLiteral>DCMIRecordTypeImpl.getDCElement()EList<SimpleLiteral>SummaryRecordTypeImpl.getFormat()EList<SimpleLiteral>BriefRecordTypeImpl.getIdentifier()EList<SimpleLiteral>SummaryRecordTypeImpl.getIdentifier()EList<SimpleLiteral>SummaryRecordTypeImpl.getModified()EList<SimpleLiteral>SummaryRecordTypeImpl.getRelation()EList<SimpleLiteral>SummaryRecordTypeImpl.getSpatial()EList<SimpleLiteral>SummaryRecordTypeImpl.getSubject()EList<SimpleLiteral>BriefRecordTypeImpl.getTitle()EList<SimpleLiteral>SummaryRecordTypeImpl.getTitle()Methods in net.opengis.cat.csw20.impl with parameters of type SimpleLiteralModifier and TypeMethodDescriptionvoidBriefRecordTypeImpl.setType(SimpleLiteral newType) voidSummaryRecordTypeImpl.setType(SimpleLiteral newType)