API Documentation > Classes > Class IndustryStandard
Class IndustryStandard

package com.ptc.wfc.wfcModel;

public class
IndustryStandard
implements
jxenum


Description
Field Summary
static final int
_STANDARD_ANSI
Integer value of enum value "STANDARD_ANSI"
static final IndustryStandard
STANDARD_ANSI
Object value of enum value "STANDARD_ANSI"
static final int
_STANDARD_ISO
Integer value of enum value "STANDARD_ISO"
static final IndustryStandard
STANDARD_ISO
Object value of enum value "STANDARD_ISO"
static final int
_IndustryStandard_null
Enum null value.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?