Library | Package Java Toolkit

Class CurveCollectionInstrAttribute

package com.ptc.wfc.wfcCollection;

public class CurveCollectionInstrAttribute
  implements jxenum



Description

This enumerated type lists the types of curve collection instruction attributes



Field Summary
static final int_CURVCOLL_NO_ATTR
    Integer value of enum value "CURVCOLL_NO_ATTR"
    
static final CurveCollectionInstrAttributeCURVCOLL_NO_ATTR
    Object value of enum value "CURVCOLL_NO_ATTR"
    
static final int_CURVCOLL_ALL
    Integer value of enum value "CURVCOLL_ALL"
    Use all edges
static final CurveCollectionInstrAttributeCURVCOLL_ALL
    Object value of enum value "CURVCOLL_ALL"
    Use all edges
static final int_CURVCOLL_CONVEX
    Integer value of enum value "CURVCOLL_CONVEX"
    Use convex edges
static final CurveCollectionInstrAttributeCURVCOLL_CONVEX
    Object value of enum value "CURVCOLL_CONVEX"
    Use convex edges
static final int_CURVCOLL_CONCAVE
    Integer value of enum value "CURVCOLL_CONCAVE"
    Use concave edges
static final CurveCollectionInstrAttributeCURVCOLL_CONCAVE
    Object value of enum value "CURVCOLL_CONCAVE"
    Use concave edges
static final int_CURVCOLL_RESERVED_ATTR
    Integer value of enum value "CURVCOLL_RESERVED_ATTR"
    
static final CurveCollectionInstrAttributeCURVCOLL_RESERVED_ATTR
    Object value of enum value "CURVCOLL_RESERVED_ATTR"
    
static final int_CurveCollectionInstrAttribute_null
    Enum null value.

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


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


FromInt

static CurveCollectionInstrAttributeFromInt (Integer value)


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