Uses of Class
net.opengis.olsnav.v_1_3.CursorTypeEnum

Uses of CursorTypeEnum in net.opengis.olsnav.v_1_3
 

Fields in net.opengis.olsnav.v_1_3 declared as CursorTypeEnum
protected  CursorTypeEnum CursorType.cursorType
           
protected  CursorTypeEnum CursorFetchResponse.cursorType
           
 

Methods in net.opengis.olsnav.v_1_3 that return CursorTypeEnum
static CursorTypeEnum CursorTypeEnum.fromValue(String v)
           
 CursorTypeEnum CursorType.getCursorType()
          Gets the value of the cursorType property.
 CursorTypeEnum CursorFetchResponse.getCursorType()
          Gets the value of the cursorType property.
static CursorTypeEnum CursorTypeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CursorTypeEnum[] CursorTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.opengis.olsnav.v_1_3 with parameters of type CursorTypeEnum
 void CursorType.setCursorType(CursorTypeEnum value)
          Sets the value of the cursorType property.
 void CursorFetchResponse.setCursorType(CursorTypeEnum value)
          Sets the value of the cursorType property.
 CursorType CursorType.withCursorType(CursorTypeEnum value)
           
 CursorFetchResponse CursorFetchResponse.withCursorType(CursorTypeEnum value)
           
 



Copyright © 2008-2016. All Rights Reserved.