Library | Package Java Toolkit

Class FeatureCopyType

package com.ptc.pfc.pfcFeature;

public class FeatureCopyType
  implements jxenum



Description

 



Field Summary
static final int_FEATCOPY_NEWREFS
    Integer value of enum value "FEATCOPY_NEWREFS"
     
static final FeatureCopyTypeFEATCOPY_NEWREFS
    Object value of enum value "FEATCOPY_NEWREFS"
     
static final int_FEATCOPY_SAMEREFS
    Integer value of enum value "FEATCOPY_SAMEREFS"
     
static final FeatureCopyTypeFEATCOPY_SAMEREFS
    Object value of enum value "FEATCOPY_SAMEREFS"
     
static final int_FEATCOPY_MIRROR
    Integer value of enum value "FEATCOPY_MIRROR"
     
static final FeatureCopyTypeFEATCOPY_MIRROR
    Object value of enum value "FEATCOPY_MIRROR"
     
static final int_FEATCOPY_MOVE
    Integer value of enum value "FEATCOPY_MOVE"
     
static final FeatureCopyTypeFEATCOPY_MOVE
    Object value of enum value "FEATCOPY_MOVE"
     
static final int_FeatureCopyType_null
    Enum null value.

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


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


FromInt

static FeatureCopyTypeFromInt (Integer value)


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