public class Relationship
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_ALL_REL |
static int |
_CHILD |
static int |
_FATHER |
static int |
_INFO_FROM |
static int |
_INFO_REL |
static int |
_INFO_TO |
static int |
_SUBTYPE |
static int |
_SUPERTYPE |
static Relationship |
ALL_REL |
static Relationship |
CHILD |
static Relationship |
FATHER |
static Relationship |
INFO_FROM |
static Relationship |
INFO_REL |
static Relationship |
INFO_TO |
static Relationship |
SUBTYPE |
static Relationship |
SUPERTYPE |
Modifier | Constructor and Description |
---|---|
protected |
Relationship(int value) |
Modifier and Type | Method and Description |
---|---|
static Relationship |
from_int(int value) |
int |
value() |
public static final int _FATHER
public static final Relationship FATHER
public static final int _CHILD
public static final Relationship CHILD
public static final int _INFO_TO
public static final Relationship INFO_TO
public static final int _INFO_FROM
public static final Relationship INFO_FROM
public static final int _INFO_REL
public static final Relationship INFO_REL
public static final int _SUPERTYPE
public static final Relationship SUPERTYPE
public static final int _SUBTYPE
public static final Relationship SUBTYPE
public static final int _ALL_REL
public static final Relationship ALL_REL
public int value()
public static Relationship from_int(int value)