Library | Package Java Toolkit

Class ArgValueType

package com.ptc.pfc.pfcArgument;

public class ArgValueType
  implements jxenum



Description

This enumerated type contains the types of argument values.
See Also:
Argument, ArgValue



Field Summary
static final int_ARG_V_INTEGER
    Integer value of enum value "ARG_V_INTEGER"
    An integer.
static final ArgValueTypeARG_V_INTEGER
    Object value of enum value "ARG_V_INTEGER"
    An integer.
static final int_ARG_V_DOUBLE
    Integer value of enum value "ARG_V_DOUBLE"
    A double.
static final ArgValueTypeARG_V_DOUBLE
    Object value of enum value "ARG_V_DOUBLE"
    A double.
static final int_ARG_V_BOOLEAN
    Integer value of enum value "ARG_V_BOOLEAN"
    A boolean.
static final ArgValueTypeARG_V_BOOLEAN
    Object value of enum value "ARG_V_BOOLEAN"
    A boolean.
static final int_ARG_V_ASCII_STRING
    Integer value of enum value "ARG_V_ASCII_STRING"
    An ASCII character string.
static final ArgValueTypeARG_V_ASCII_STRING
    Object value of enum value "ARG_V_ASCII_STRING"
    An ASCII character string.
static final int_ARG_V_STRING
    Integer value of enum value "ARG_V_STRING"
    A string.
static final ArgValueTypeARG_V_STRING
    Object value of enum value "ARG_V_STRING"
    A string.
static final int_ARG_V_SELECTION
    Integer value of enum value "ARG_V_SELECTION"
    A Creo Parametric selection.
static final ArgValueTypeARG_V_SELECTION
    Object value of enum value "ARG_V_SELECTION"
    A Creo Parametric selection.
static final int_ARG_V_TRANSFORM
    Integer value of enum value "ARG_V_TRANSFORM"
    A coordinate transformation.
static final ArgValueTypeARG_V_TRANSFORM
    Object value of enum value "ARG_V_TRANSFORM"
    A coordinate transformation.
static final int_ARG_V_POINTER
    Integer value of enum value "ARG_V_POINTER"
     
static final ArgValueTypeARG_V_POINTER
    Object value of enum value "ARG_V_POINTER"
     
static final int_ARG_V_WSTRING
    Integer value of enum value "ARG_V_WSTRING"
     
static final ArgValueTypeARG_V_WSTRING
    Object value of enum value "ARG_V_WSTRING"
     
static final int_ArgValueType_null
    Enum null value.

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


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


FromInt

static ArgValueTypeFromInt (Integer value)


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