Library | Package Java Toolkit

Class CreoCompatibility

package com.ptc.pfc.pfcSession;

public class CreoCompatibility
  implements jxenum



Description

 



Field Summary
static final int_CompatibilityUndefined
    Integer value of enum value "CompatibilityUndefined"
     
static final CreoCompatibilityCompatibilityUndefined
    Object value of enum value "CompatibilityUndefined"
     
static final int_C3Compatible
    Integer value of enum value "C3Compatible"
     
static final CreoCompatibilityC3Compatible
    Object value of enum value "C3Compatible"
     
static final int_C4Compatible
    Integer value of enum value "C4Compatible"
     
static final CreoCompatibilityC4Compatible
    Object value of enum value "C4Compatible"
     
static final int_CreoCompatibility_null
    Enum null value.

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


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


FromInt

static CreoCompatibilityFromInt (Integer value)


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