org.deegree.protocol.csw
Enum CSWConstants.CSWRequestType

java.lang.Object
  extended by java.lang.Enum<CSWConstants.CSWRequestType>
      extended by org.deegree.protocol.csw.CSWConstants.CSWRequestType
All Implemented Interfaces:
Serializable, Comparable<CSWConstants.CSWRequestType>
Enclosing class:
CSWConstants

public static enum CSWConstants.CSWRequestType
extends Enum<CSWConstants.CSWRequestType>

Operations that is the webservice capable of

  • GetCapabilities
  • DescribeRecord
  • GetRecords
  • GetRecordById
  • Transaction

  • Version:
    $Revision: $, $Date: $
    Author:
    Steffen Thomas, last edited by: $Author: thomas $

    Enum Constant Summary
    DescribeRecord
              Discover elements of the service
    GetCapabilities
              Retrieve the capabilities of the service.
    GetRecordById
              Retrieve the default representation of the service
    GetRecords
              Resource discovery combines the two operations - search and present
    GetRepositoryItem
               
    Transaction
              Creates, modifys and deletes catalogue records
     
    Method Summary
    static CSWConstants.CSWRequestType valueOf(String name)
              Returns the enum constant of this type with the specified name.
    static CSWConstants.CSWRequestType[] values()
              Returns an array containing the constants of this enum type, in the order they are declared.
     
    Methods inherited from class java.lang.Enum
    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
     
    Methods inherited from class java.lang.Object
    getClass, notify, notifyAll, wait, wait, wait
     

    Enum Constant Detail

    GetCapabilities

    public static final CSWConstants.CSWRequestType GetCapabilities
    Retrieve the capabilities of the service.


    DescribeRecord

    public static final CSWConstants.CSWRequestType DescribeRecord
    Discover elements of the service


    GetRecords

    public static final CSWConstants.CSWRequestType GetRecords
    Resource discovery combines the two operations - search and present


    GetRecordById

    public static final CSWConstants.CSWRequestType GetRecordById
    Retrieve the default representation of the service


    Transaction

    public static final CSWConstants.CSWRequestType Transaction
    Creates, modifys and deletes catalogue records


    GetRepositoryItem

    public static final CSWConstants.CSWRequestType GetRepositoryItem
    Method Detail

    values

    public static CSWConstants.CSWRequestType[] values()
    Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
    for (CSWConstants.CSWRequestType c : CSWConstants.CSWRequestType.values())
        System.out.println(c);
    

    Returns:
    an array containing the constants of this enum type, in the order they are declared

    valueOf

    public static CSWConstants.CSWRequestType valueOf(String name)
    Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

    Parameters:
    name - the name of the enum constant to be returned.
    Returns:
    the enum constant with the specified name
    Throws:
    IllegalArgumentException - if this enum type has no constant with the specified name
    NullPointerException - if the argument is null


    Copyright © 2011. All Rights Reserved.