Library | Package Java Toolkit

Class PatternStatus

package com.ptc.pfc.pfcFeature;

public class PatternStatus
  implements jxenum



Description

This enumerated type specifies the pattern status of the feature.



Field Summary
static final int_PATTERN_NONE
    Integer value of enum value "PATTERN_NONE"
    A feature does not belong to any pattern.
static final PatternStatusPATTERN_NONE
    Object value of enum value "PATTERN_NONE"
    A feature does not belong to any pattern.
static final int_PATTERN_LEADER
    Integer value of enum value "PATTERN_LEADER"
    A feature is leader of the pattern.
static final PatternStatusPATTERN_LEADER
    Object value of enum value "PATTERN_LEADER"
    A feature is leader of the pattern.
static final int_PATTERN_MEMBER
    Integer value of enum value "PATTERN_MEMBER"
    A feature is member of the pattern.
static final PatternStatusPATTERN_MEMBER
    Object value of enum value "PATTERN_MEMBER"
    A feature is member of the pattern.
static final int_PATTERN_HEADER
    Integer value of enum value "PATTERN_HEADER"
    A feature is header of the pattern.
static final PatternStatusPATTERN_HEADER
    Object value of enum value "PATTERN_HEADER"
    A feature is header of the pattern.
static final int_PatternStatus_null
    Enum null value.

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


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


FromInt

static PatternStatusFromInt (Integer value)


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