Library | Package Java Toolkit

Class TreeGravity

package com.ptc.uifc.uifcCore;

public class TreeGravity
  implements jxenum



Description

 



Field Summary
static final int_TREE_GRAVITY_FIRST
    Integer value of enum value "TREE_GRAVITY_FIRST"
    
static final TreeGravityTREE_GRAVITY_FIRST
    Object value of enum value "TREE_GRAVITY_FIRST"
    
static final int_NO_TREE_GRAVITY
    Integer value of enum value "NO_TREE_GRAVITY"
    
static final TreeGravityNO_TREE_GRAVITY
    Object value of enum value "NO_TREE_GRAVITY"
    
static final int_TREE_GRAVITY_SECOND
    Integer value of enum value "TREE_GRAVITY_SECOND"
    
static final TreeGravityTREE_GRAVITY_SECOND
    Object value of enum value "TREE_GRAVITY_SECOND"
    
static final int_TreeGravity_null
    Enum null value.

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


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


FromInt

static TreeGravityFromInt (Integer value)


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