Library | Package Java Toolkit

Class AssemblyConfiguration

package com.ptc.pfc.pfcExport;

public class AssemblyConfiguration
  implements jxenum



Description

This enumerated type contains possible configurations of an exported model.

Not all configurations are supported for all export types. Use BaseSession.IsConfigurationSupported(ExportType, AssemblyConfiguration) to verify that the configuration is valid.
See Also:
Export3DInstructions, Model.Export(String, ExportInstructions), BaseSession.IsConfigurationSupported(ExportType, AssemblyConfiguration)



Field Summary
static final int_EXPORT_ASM_FLAT_FILE
    Integer value of enum value "EXPORT_ASM_FLAT_FILE"
    Export in a flat file.
static final AssemblyConfigurationEXPORT_ASM_FLAT_FILE
    Object value of enum value "EXPORT_ASM_FLAT_FILE"
    Export in a flat file.
static final int_EXPORT_ASM_SINGLE_FILE
    Integer value of enum value "EXPORT_ASM_SINGLE_FILE"
    Export in a single file.
static final AssemblyConfigurationEXPORT_ASM_SINGLE_FILE
    Object value of enum value "EXPORT_ASM_SINGLE_FILE"
    Export in a single file.
static final int_EXPORT_ASM_MULTI_FILES
    Integer value of enum value "EXPORT_ASM_MULTI_FILES"
    Export in multiple files.
static final AssemblyConfigurationEXPORT_ASM_MULTI_FILES
    Object value of enum value "EXPORT_ASM_MULTI_FILES"
    Export in multiple files.
static final int_EXPORT_ASM_ASSEMBLY_PARTS
    Integer value of enum value "EXPORT_ASM_ASSEMBLY_PARTS"
    Export as an assembly and component parts.
static final AssemblyConfigurationEXPORT_ASM_ASSEMBLY_PARTS
    Object value of enum value "EXPORT_ASM_ASSEMBLY_PARTS"
    Export as an assembly and component parts.
static final int_AssemblyConfiguration_null
    Enum null value.

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


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


FromInt

static AssemblyConfigurationFromInt (Integer value)


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