Package org.geotools.csw.bindings

Examples of org.geotools.csw.bindings.SimpleLiteralBinding


     * Registers the bindings for the configuration.
     */
    protected void registerBindings(Map bindings) {
        bindings.put(DC.elementContainer, new SimpleContentComplexEMFBinding(Csw20Factory.eINSTANCE, DC.elementContainer));
        bindings.put(DC.SimpleLiteral, new SimpleContentComplexEMFBinding(Csw20Factory.eINSTANCE, DC.SimpleLiteral));
        bindings.put(DC.contributor, new SimpleLiteralBinding(DC.contributor));
        bindings.put(DC.coverage, new SimpleLiteralBinding(DC.coverage));
        bindings.put(DC.creator, new SimpleLiteralBinding(DC.creator));
        bindings.put(DC.date, new SimpleLiteralBinding(DC.date));
        bindings.put(DC.DCelement, new SimpleContentComplexEMFBinding(Csw20Factory.eINSTANCE, DC.DCelement));
        bindings.put(DC.description, new SimpleLiteralBinding(DC.description));
        bindings.put(DC.format, new SimpleLiteralBinding(DC.format));
        bindings.put(DC.identifier, new SimpleLiteralBinding(DC.identifier));
        bindings.put(DC.language, new SimpleLiteralBinding(DC.language));
        bindings.put(DC.publisher, new SimpleLiteralBinding(DC.publisher));
        bindings.put(DC.relation, new SimpleLiteralBinding(DC.relation));
        bindings.put(DC.rights, new SimpleLiteralBinding(DC.rights));
        bindings.put(DC.source, new SimpleLiteralBinding(DC.source));
        bindings.put(DC.subject, new SimpleLiteralBinding(DC.subject));
        bindings.put(DC.title, new SimpleLiteralBinding(DC.title));
        bindings.put(DC.type, new SimpleLiteralBinding(DC.type));
    }
View Full Code Here


     * Registers the bindings for the configuration.
     *
     * @generated
     */
    protected void registerBindings(Map bindings) {
        bindings.put(DCT.recordAbstract, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.accessRights, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.alternative, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.audience, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.available, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.bibliographicCitation, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.conformsTo, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.created, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.dateAccepted, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.dateCopyrighted, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.dateSubmitted, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.educationLevel, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.extent, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.hasFormat, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.hasPart, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.hasVersion, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.isFormatOf, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.isPartOf, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.isReferencedBy, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.isReplacedBy, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.isRequiredBy, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.issued, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.isVersionOf, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.license, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.mediator, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.medium, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.modified, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.provenance, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.references, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.replaces, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.requires, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.rightsHolder, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.spatial, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.tableOfContents, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.temporal, new SimpleLiteralBinding(DC.SimpleLiteral));
        bindings.put(DCT.valid, new SimpleLiteralBinding(DC.SimpleLiteral));
    }
View Full Code Here

TOP

Related Classes of org.geotools.csw.bindings.SimpleLiteralBinding

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.