Library | Package Java Toolkit

Class ImportAction

package com.ptc.pfc.pfcImport;

public class ImportAction
  implements jxenum



Description

 



Field Summary
static final int_IMPORT_LAYER_DISPLAY
    Integer value of enum value "IMPORT_LAYER_DISPLAY"
    Show the layer in the imported model.
static final ImportActionIMPORT_LAYER_DISPLAY
    Object value of enum value "IMPORT_LAYER_DISPLAY"
    Show the layer in the imported model.
static final int_IMPORT_LAYER_SKIP
    Integer value of enum value "IMPORT_LAYER_SKIP"
    Skip import of this layer and its contents.
static final ImportActionIMPORT_LAYER_SKIP
    Object value of enum value "IMPORT_LAYER_SKIP"
    Skip import of this layer and its contents.
static final int_IMPORT_LAYER_BLANK
    Integer value of enum value "IMPORT_LAYER_BLANK"
    Blank the layer in the imported model.
static final ImportActionIMPORT_LAYER_BLANK
    Object value of enum value "IMPORT_LAYER_BLANK"
    Blank the layer in the imported model.
static final int_IMPORT_LAYER_IGNORE
    Integer value of enum value "IMPORT_LAYER_IGNORE"
    Ignore layer status (layer items will be imported, but layer will not exist in the imported model).
static final ImportActionIMPORT_LAYER_IGNORE
    Object value of enum value "IMPORT_LAYER_IGNORE"
    Ignore layer status (layer items will be imported, but layer will not exist in the imported model).
static final int_IMPORT_LAYER_NORMAL
    Integer value of enum value "IMPORT_LAYER_NORMAL"
     
static final ImportActionIMPORT_LAYER_NORMAL
    Object value of enum value "IMPORT_LAYER_NORMAL"
     
static final int_IMPORT_LAYER_HIDDEN
    Integer value of enum value "IMPORT_LAYER_HIDDEN"
     
static final ImportActionIMPORT_LAYER_HIDDEN
    Object value of enum value "IMPORT_LAYER_HIDDEN"
     
static final int_ImportAction_null
    Enum null value.

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


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


FromInt

static ImportActionFromInt (Integer value)


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