Library | Package Java Toolkit

Class UDFDependencyType

package com.ptc.pfc.pfcUDFCreate;

public class UDFDependencyType
  implements jxenum



Description

Represents the dependency type of the UDF. The choices correspond to the choices available when you create the UDF interactively. This enumerated type can take only one of the attribute values.



Field Summary
static final int_UDFDEP_INDEPENDENT
    Integer value of enum value "UDFDEP_INDEPENDENT"
    If the UDF definition changes, the UDF placed in the model does not change.
static final UDFDependencyTypeUDFDEP_INDEPENDENT
    Object value of enum value "UDFDEP_INDEPENDENT"
    If the UDF definition changes, the UDF placed in the model does not change.
static final int_UDFDEP_DRIVEN
    Integer value of enum value "UDFDEP_DRIVEN"
    If the UDF definition changes, the UDF placed in the model also changes.
static final UDFDependencyTypeUDFDEP_DRIVEN
    Object value of enum value "UDFDEP_DRIVEN"
    If the UDF definition changes, the UDF placed in the model also changes.
static final int_UDFDependencyType_null
    Enum null value.

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


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


FromInt

static UDFDependencyTypeFromInt (Integer value)


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