Library | Package Java Toolkit

Class SurfaceCollectionRefType

package com.ptc.wfc.wfcCollection;

public class SurfaceCollectionRefType
  implements jxenum



Description

This enumerated type lists the types of surface collection reference types



Field Summary
static final int_SURFCOLL_REF_SINGLE
    Integer value of enum value "SURFCOLL_REF_SINGLE"
    
static final SurfaceCollectionRefTypeSURFCOLL_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 SurfaceCollectionRefTypeSURFCOLL_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 SurfaceCollectionRefTypeSURFCOLL_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 SurfaceCollectionRefTypeSURFCOLL_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 SurfaceCollectionRefTypeSURFCOLL_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 SurfaceCollectionRefTypeSURFCOLL_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 SurfaceCollectionRefTypeSURFCOLL_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 SurfaceCollectionRefTypeSURFCOLL_REF_GENERIC
    Object value of enum value "SURFCOLL_REF_GENERIC"
    
static final int_SurfaceCollectionRefType_null
    Enum null value.

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


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


FromInt

static SurfaceCollectionRefTypeFromInt (Integer value)


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