Library | Package Java Toolkit

Class PatternType

package com.ptc.pfc.pfcFeature;

public class PatternType
  implements jxenum



Description

This enumerated type specifies the type of the pattern.



Field Summary
static final int_PATTERN_FEAT
    Integer value of enum value "PATTERN_FEAT"
    Feature pattern.
static final PatternTypePATTERN_FEAT
    Object value of enum value "PATTERN_FEAT"
    Feature pattern.
static final int_PATTERN_GROUP
    Integer value of enum value "PATTERN_GROUP"
    Group pattern.
static final PatternTypePATTERN_GROUP
    Object value of enum value "PATTERN_GROUP"
    Group pattern.
static final int_PatternType_null
    Enum null value.

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


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


FromInt

static PatternTypeFromInt (Integer value)


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