Main Page | Packages | Class Hierarchy | Alphabetical List | Compound List | Compound Members | Related Pages

SRM.SRM_Interval_Type Class Reference

Definition of the Interval enumeration. More...

Inheritance diagram for SRM.SRM_Interval_Type:

Inheritance graph
[legend]
List of all members.

Static Public Member Functions

SRM_Interval_Type getEnum (int item) throws SrmException
SRM_Interval_Type getEnum (String name) throws SrmException

Static Public Attributes

final int _OPEN = 1
final int _GE_LT = 2
final int _GT_LE = 3
final int _CLOSED = 4
final int _GT_SEMI = 5
final int _GE_SEMI = 6
final int _LT_SEMI = 7
final int _LE_SEMI = 8
final int _UNBOUNDED = 9
final int _totalEnum = 9
final SRM_Interval_Type OPEN = new SRM_Interval_Type(_OPEN, "OPEN")
final SRM_Interval_Type GE_LT = new SRM_Interval_Type(_GE_LT, "GE_LT")
final SRM_Interval_Type GT_LE = new SRM_Interval_Type(_GT_LE, "GT_LE")
final SRM_Interval_Type CLOSED = new SRM_Interval_Type(_CLOSED, "CLOSED")
final SRM_Interval_Type GT_SEMI = new SRM_Interval_Type(_GT_SEMI, "GT_SEMI")
final SRM_Interval_Type GE_SEMI = new SRM_Interval_Type(_GE_SEMI, "GE_SEMI")
final SRM_Interval_Type LT_SEMI = new SRM_Interval_Type(_LT_SEMI, "LT_SEMI")
final SRM_Interval_Type LE_SEMI = new SRM_Interval_Type(_LE_SEMI, "LE_SEMI")
final SRM_Interval_Type UNBOUNDED = new SRM_Interval_Type(_UNBOUNDED, "UNBOUNDED")

Static Protected Attributes

final int _UNDEFINED = 0
final SRM_Interval_Type UNDEFINED = new SRM_Interval_Type(_UNDEFINED, "UNDEFINED")

Detailed Description

Definition of the Interval enumeration.

Author:
David Shen


Member Function Documentation

SRM_Interval_Type SRM.SRM_Interval_Type.getEnum String  name  )  throws SrmException [static]
 

Returns:
the SRM_Interval_Type object from its string name

SRM_Interval_Type SRM.SRM_Interval_Type.getEnum int  item  )  throws SrmException [static]
 

Returns:
the SRM_Interval_Type object from its enumerant value


The documentation for this class was generated from the following file:
Spatial Reference Model Java API Version 4.1.4 - July 1, 2011
Copyright © 2011 SEDRIS Docs by Doxygen 1.3.2