Library | Package Java Toolkit

Class GroupStatus

package com.ptc.pfc.pfcFeature;

public class GroupStatus
  implements jxenum



Description

This enumerated type specifies the group status of the feature.



Field Summary
static final int_GROUP_NONE
    Integer value of enum value "GROUP_NONE"
    A feature does not belong to any group.
static final GroupStatusGROUP_NONE
    Object value of enum value "GROUP_NONE"
    A feature does not belong to any group.
static final int_GROUP_MEMBER
    Integer value of enum value "GROUP_MEMBER"
    A feature is member of the group.
static final GroupStatusGROUP_MEMBER
    Object value of enum value "GROUP_MEMBER"
    A feature is member of the group.
static final int_GroupStatus_null
    Enum null value.

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


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


FromInt

static GroupStatusFromInt (Integer value)


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