| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _SURFCOLL_REF_SINGLE
Integer value of enum value "SURFCOLL_REF_SINGLE" |
| static final SurfaceCollectionRefType | SURFCOLL_REF_SINGLE
Object value of enum value "SURFCOLL_REF_SINGLE" |
| static final int | _SURFCOLL_REF_SINGLE_EDGE
Integer value of enum value "SURFCOLL_REF_SINGLE_EDGE" |
| static final SurfaceCollectionRefType | SURFCOLL_REF_SINGLE_EDGE
Object value of enum value "SURFCOLL_REF_SINGLE_EDGE" |
| static final int | _SURFCOLL_REF_SEED
Integer value of enum value "SURFCOLL_REF_SEED" |
| static final SurfaceCollectionRefType | SURFCOLL_REF_SEED
Object value of enum value "SURFCOLL_REF_SEED" |
| static final int | _SURFCOLL_REF_BND
Integer value of enum value "SURFCOLL_REF_BND" |
| static final SurfaceCollectionRefType | SURFCOLL_REF_BND
Object value of enum value "SURFCOLL_REF_BND" |
| static final int | _SURFCOLL_REF_SEED_EDGE
Integer value of enum value "SURFCOLL_REF_SEED_EDGE" |
| static final SurfaceCollectionRefType | SURFCOLL_REF_SEED_EDGE
Object value of enum value "SURFCOLL_REF_SEED_EDGE" |
| static final int | _SURFCOLL_REF_NEIGHBOR
Integer value of enum value "SURFCOLL_REF_NEIGHBOR" |
| static final SurfaceCollectionRefType | SURFCOLL_REF_NEIGHBOR
Object value of enum value "SURFCOLL_REF_NEIGHBOR" |
| static final int | _SURFCOLL_REF_NEIGHBOR_EDGE
Integer value of enum value "SURFCOLL_REF_NEIGHBOR_EDGE" |
| static final SurfaceCollectionRefType | SURFCOLL_REF_NEIGHBOR_EDGE
Object value of enum value "SURFCOLL_REF_NEIGHBOR_EDGE" |
| static final int | _SURFCOLL_REF_GENERIC
Integer value of enum value "SURFCOLL_REF_GENERIC" |
| static final SurfaceCollectionRefType | SURFCOLL_REF_GENERIC
Object value of enum value "SURFCOLL_REF_GENERIC" |
| static final int | _SurfaceCollectionRefType_null
Enum null value. |
| Method Summary | |
|---|---|
| static SurfaceCollectionRefType | FromInt
(int value)
Creates enum object from an integer. |
| static SurfaceCollectionRefType | 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 SurfaceCollectionRefType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static SurfaceCollectionRefType | FromInt | (Integer value) |
Creates enum object from an integer object.
|