Library | Package Java Toolkit

Class LayerType

package com.ptc.wfc.wfcLayerState;

public class LayerType
  implements jxenum



Description

This enumerated type lists the different layer types.



Field Summary
static final int_LAYER_FEAT
    Integer value of enum value "LAYER_FEAT"
     
static final LayerTypeLAYER_FEAT
    Object value of enum value "LAYER_FEAT"
     
static final int_LAYER_DIMENSION
    Integer value of enum value "LAYER_DIMENSION"
     
static final LayerTypeLAYER_DIMENSION
    Object value of enum value "LAYER_DIMENSION"
     
static final int_LAYER_REF_DIMENSION
    Integer value of enum value "LAYER_REF_DIMENSION"
     
static final LayerTypeLAYER_REF_DIMENSION
    Object value of enum value "LAYER_REF_DIMENSION"
     
static final int_LAYER_SUB_ASSEMBLY
    Integer value of enum value "LAYER_SUB_ASSEMBLY"
     
static final LayerTypeLAYER_SUB_ASSEMBLY
    Object value of enum value "LAYER_SUB_ASSEMBLY"
     
static final int_LAYER_QUILT
    Integer value of enum value "LAYER_QUILT"
     
static final LayerTypeLAYER_QUILT
    Object value of enum value "LAYER_QUILT"
     
static final int_LAYER_CURVE
    Integer value of enum value "LAYER_CURVE"
     
static final LayerTypeLAYER_CURVE
    Object value of enum value "LAYER_CURVE"
     
static final int_LAYER_POINT
    Integer value of enum value "LAYER_POINT"
     
static final LayerTypeLAYER_POINT
    Object value of enum value "LAYER_POINT"
     
static final int_LAYER_NOTE
    Integer value of enum value "LAYER_NOTE"
     
static final LayerTypeLAYER_NOTE
    Object value of enum value "LAYER_NOTE"
     
static final int_LAYER_LAYER
    Integer value of enum value "LAYER_LAYER"
     
static final LayerTypeLAYER_LAYER
    Object value of enum value "LAYER_LAYER"
     
static final int_LAYER_DATUM_PLANE
    Integer value of enum value "LAYER_DATUM_PLANE"
     
static final LayerTypeLAYER_DATUM_PLANE
    Object value of enum value "LAYER_DATUM_PLANE"
     
static final int_LAYER_DRAW_TABLE
    Integer value of enum value "LAYER_DRAW_TABLE"
     
static final LayerTypeLAYER_DRAW_TABLE
    Object value of enum value "LAYER_DRAW_TABLE"
     
static final int_LayerType_null
    Enum null value.

Method Summary
static LayerTypeFromInt (int value)
    Creates enum object from an integer.
static LayerTypeFromInt (Integer value)
    Creates enum object from an integer object.
intgetValue ()
    Returns enum object value as an integer.

Method Detail

getValue

intgetValue ()


    Returns enum object value as an integer.
Returns:
Integer enum value.


FromInt

static LayerTypeFromInt (int value)


    Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.


FromInt

static LayerTypeFromInt (Integer value)


    Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.