Library | Package Java Toolkit

Class EntityType

package com.ptc.wfc.wfcGeometry;

public class EntityType
  implements jxenum



Description

The enum of Entity type.



Field Summary
static final int_ENTITY_NONE
    Integer value of enum value "ENTITY_NONE"
     
static final EntityTypeENTITY_NONE
    Object value of enum value "ENTITY_NONE"
     
static final int_ENTITY_POINT
    Integer value of enum value "ENTITY_POINT"
     
static final EntityTypeENTITY_POINT
    Object value of enum value "ENTITY_POINT"
     
static final int_ENTITY_LINE
    Integer value of enum value "ENTITY_LINE"
     
static final EntityTypeENTITY_LINE
    Object value of enum value "ENTITY_LINE"
     
static final int_ENTITY_ARC
    Integer value of enum value "ENTITY_ARC"
     
static final EntityTypeENTITY_ARC
    Object value of enum value "ENTITY_ARC"
     
static final int_ENTITY_TXT
    Integer value of enum value "ENTITY_TXT"
     
static final EntityTypeENTITY_TXT
    Object value of enum value "ENTITY_TXT"
     
static final int_ENTITY_ARROW
    Integer value of enum value "ENTITY_ARROW"
     
static final EntityTypeENTITY_ARROW
    Object value of enum value "ENTITY_ARROW"
     
static final int_ENTITY_CIRCLE
    Integer value of enum value "ENTITY_CIRCLE"
     
static final EntityTypeENTITY_CIRCLE
    Object value of enum value "ENTITY_CIRCLE"
     
static final int_ENTITY_SPLINE
    Integer value of enum value "ENTITY_SPLINE"
     
static final EntityTypeENTITY_SPLINE
    Object value of enum value "ENTITY_SPLINE"
     
static final int_ENTITY_B_SPLINE
    Integer value of enum value "ENTITY_B_SPLINE"
     
static final EntityTypeENTITY_B_SPLINE
    Object value of enum value "ENTITY_B_SPLINE"
     
static final int_ENTITY_ELLIPSE
    Integer value of enum value "ENTITY_ELLIPSE"
     
static final EntityTypeENTITY_ELLIPSE
    Object value of enum value "ENTITY_ELLIPSE"
     
static final int_ENTITY_POLYGON
    Integer value of enum value "ENTITY_POLYGON"
     
static final EntityTypeENTITY_POLYGON
    Object value of enum value "ENTITY_POLYGON"
     
static final int_ENTITY_CMP_CRV
    Integer value of enum value "ENTITY_CMP_CRV"
     
static final EntityTypeENTITY_CMP_CRV
    Object value of enum value "ENTITY_CMP_CRV"
     
static final int_ENTITY_SRF_CRV
    Integer value of enum value "ENTITY_SRF_CRV"
     
static final EntityTypeENTITY_SRF_CRV
    Object value of enum value "ENTITY_SRF_CRV"
     
static final int_ENTITY_PARAM_CRV
    Integer value of enum value "ENTITY_PARAM_CRV"
     
static final EntityTypeENTITY_PARAM_CRV
    Object value of enum value "ENTITY_PARAM_CRV"
     
static final int_EntityType_null
    Enum null value.

Method Summary
static EntityTypeFromInt (int value)
    Creates enum object from an integer.
static EntityTypeFromInt (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 EntityTypeFromInt (int value)


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


FromInt

static EntityTypeFromInt (Integer value)


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