Uses of Interface
net.opengis.cat.csw20.SimpleLiteral
- 
Packages that use SimpleLiteral Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl 
- 
- 
Uses of SimpleLiteral in net.opengis.cat.csw20Methods in net.opengis.cat.csw20 that return SimpleLiteral Modifier and Type Method Description SimpleLiteralCsw20Factory. createSimpleLiteral()Returns a new object of class 'Simple Literal'.SimpleLiteralBriefRecordType. getType()Returns the value of the 'Type' containment reference.SimpleLiteralSummaryRecordType. getType()Returns the value of the 'Type' containment reference.Methods in net.opengis.cat.csw20 that return types with arguments of type SimpleLiteral Modifier and Type Method Description EList<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 SimpleLiteral Modifier and Type Method Description voidBriefRecordType. 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.implClasses in net.opengis.cat.csw20.impl that implement SimpleLiteral Modifier and Type Class Description classSimpleLiteralImplAn implementation of the model object 'Simple Literal'.Fields in net.opengis.cat.csw20.impl declared as SimpleLiteral Modifier and Type Field Description protected 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 SimpleLiteral Modifier and Type Field Description protected 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 SimpleLiteral Modifier and Type Method Description SimpleLiteralBriefRecordTypeImpl. basicGetType()SimpleLiteralSummaryRecordTypeImpl. basicGetType()SimpleLiteralCsw20FactoryImpl. createSimpleLiteral()SimpleLiteralBriefRecordTypeImpl. getType()SimpleLiteralSummaryRecordTypeImpl. getType()Methods in net.opengis.cat.csw20.impl that return types with arguments of type SimpleLiteral Modifier and Type Method Description EList<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 SimpleLiteral Modifier and Type Method Description voidBriefRecordTypeImpl. setType(SimpleLiteral newType)voidSummaryRecordTypeImpl. setType(SimpleLiteral newType)
 
-