public final class UpperBoundStyle extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_equal_up |
static int |
_less |
static int |
_less_or_equal |
static UpperBoundStyle |
equal_up |
static UpperBoundStyle |
less |
static UpperBoundStyle |
less_or_equal |
Modifier | Constructor and Description |
---|---|
protected |
UpperBoundStyle(int i) |
Modifier and Type | Method and Description |
---|---|
static UpperBoundStyle |
from_int(int value) |
String |
toString() |
int |
value() |
public static final int _equal_up
public static final UpperBoundStyle equal_up
public static final int _less
public static final UpperBoundStyle less
public static final int _less_or_equal
public static final UpperBoundStyle less_or_equal
public int value()
public static UpperBoundStyle from_int(int value)
Copyright © 2016 JacORB. All rights reserved.