

static final int | _DATUM_SIDE_NONE |
Integer value of enum value "DATUM_SIDE_NONE" | |
This type is used if the constraint does not involve a datum plane. | |
static final DatumSide | DATUM_SIDE_NONE |
Object value of enum value "DATUM_SIDE_NONE" | |
This type is used if the constraint does not involve a datum plane. | |
static final int | _DATUM_SIDE_RED |
Integer value of enum value "DATUM_SIDE_RED" | |
This type represents the secondary (formerly red) side of the datum plane. | |
static final DatumSide | DATUM_SIDE_RED |
Object value of enum value "DATUM_SIDE_RED" | |
This type represents the secondary (formerly red) side of the datum plane. | |
static final int | _DATUM_SIDE_YELLOW |
Integer value of enum value "DATUM_SIDE_YELLOW" | |
This type represents the primary (formerly yellow) side of the datum plane. | |
static final DatumSide | DATUM_SIDE_YELLOW |
Object value of enum value "DATUM_SIDE_YELLOW" | |
This type represents the primary (formerly yellow) side of the datum plane. | |
static final int | _DatumSide_null |
Enum null value. |

static DatumSide | FromInt (int value) |
Creates enum object from an integer. | |
static DatumSide | FromInt (Integer value) |
Creates enum object from an integer object. | |
int | getValue () |
Returns enum object value as an integer. |

getValue | ||
int | getValue | () |

FromInt | ||
static DatumSide | FromInt | (int value) |

FromInt | ||
static DatumSide | FromInt | (Integer value) |
