| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _XSEC_PLANAR
Integer value of enum value "XSEC_PLANAR" The cross-section is planar. |
| static final XSecCutType | XSEC_PLANAR
Object value of enum value "XSEC_PLANAR" The cross-section is planar. |
| static final int | _XSEC_OFFSET
Integer value of enum value "XSEC_OFFSET" The cross-section is offset. |
| static final XSecCutType | XSEC_OFFSET
Object value of enum value "XSEC_OFFSET" The cross-section is offset. |
| static final int | _XSecCutType_null
Enum null value. |
| Method Summary | |
|---|---|
| static XSecCutType | FromInt
(int value)
Creates enum object from an integer. |
| static XSecCutType | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static XSecCutType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static XSecCutType | FromInt | (Integer value) |
Creates enum object from an integer object.
|