Class TLcdWFSOperation

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.wfs.common.model.TLcdWFSOperation
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public final class TLcdWFSOperation extends TLcdDataObject
This enumeration class represents the possible types of operations that a WFS may support.
  • Field Details

  • Method Details

    • valueOf

      public static TLcdWFSOperation valueOf(String aString)
      Returns the TLcdWFSOperation that corresponds with the given operation name.
      Parameters:
      aString - An operation name.
      Returns:
      the TLcdWFSOperation that corresponds with the given operation name.
    • toString

      public String toString()
      Returns a string representation of the object.
      Overrides:
      toString in class TLcdDataObject
      Returns:
      a string representation of the object.
    • getName

      public String getName()
      Returns the operation name.
      Returns:
      the operation name.
    • setName

      public void setName(String aOperationName)
      Sets the operation name.
      Parameters:
      aOperationName - the operation name to set.