public final class LowerBoundStyle extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_equal_lo |
static int |
_greater |
static int |
_greater_or_equal |
static LowerBoundStyle |
equal_lo |
static LowerBoundStyle |
greater |
static LowerBoundStyle |
greater_or_equal |
Modifier | Constructor and Description |
---|---|
protected |
LowerBoundStyle(int i) |
Modifier and Type | Method and Description |
---|---|
static LowerBoundStyle |
from_int(int value) |
String |
toString() |
int |
value() |
public static final int _equal_lo
public static final LowerBoundStyle equal_lo
public static final int _greater
public static final LowerBoundStyle greater
public static final int _greater_or_equal
public static final LowerBoundStyle greater_or_equal
public int value()
public static LowerBoundStyle from_int(int value)
Copyright © 2017 JacORB. All rights reserved.