| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _CABLEDISP_DEFAULT
Integer value of enum value "CABLEDISP_DEFAULT" Default cable display stauts. |
| static final CableDisplayStyle | CABLEDISP_DEFAULT
Object value of enum value "CABLEDISP_DEFAULT" Default cable display stauts. |
| static final int | _CABLEDISP_CENTERLINE
Integer value of enum value "CABLEDISP_CENTERLINE" Centerline of cables will be displayed. |
| static final CableDisplayStyle | CABLEDISP_CENTERLINE
Object value of enum value "CABLEDISP_CENTERLINE" Centerline of cables will be displayed. |
| static final int | _CABLEDISP_THICK
Integer value of enum value "CABLEDISP_THICK" Thick cables will be displayed. |
| static final CableDisplayStyle | CABLEDISP_THICK
Object value of enum value "CABLEDISP_THICK" Thick cables will be displayed. |
| static final int | _CableDisplayStyle_null
Enum null value. |
| Method Summary | |
|---|---|
| static CableDisplayStyle | FromInt
(int value)
Creates enum object from an integer. |
| static CableDisplayStyle | 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 CableDisplayStyle | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static CableDisplayStyle | FromInt | (Integer value) |
Creates enum object from an integer object.
|