org.omg.CosCollection

Class LowerBoundStyle

Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class LowerBoundStyle
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of enum "LowerBoundStyle"

Author:
JacORB IDL compiler

Field Summary

static int
_equal_lo
static int
_greater
static int
_greater_or_equal
static LowerBoundStyle
equal_lo
static LowerBoundStyle
greater
static LowerBoundStyle
greater_or_equal

Constructor Summary

LowerBoundStyle(int i)

Method Summary

static LowerBoundStyle
from_int(int value)
int
value()

Field Details

_equal_lo

public static final int _equal_lo

Field Value:
0


_greater

public static final int _greater

Field Value:
1


_greater_or_equal

public static final int _greater_or_equal

Field Value:
2


equal_lo

public static final LowerBoundStyle equal_lo


greater

public static final LowerBoundStyle greater


greater_or_equal

public static final LowerBoundStyle greater_or_equal

Constructor Details

LowerBoundStyle

protected LowerBoundStyle(int i)

Method Details

from_int

public static LowerBoundStyle from_int(int value)


value

public int value()