Library | Package Java Toolkit

Class Orientation

package com.ptc.uifc.uifcCore;

public class Orientation
  implements jxenum



Description

 



Field Summary
static final int_ORIENTATION_HORIZONTAL
    Integer value of enum value "ORIENTATION_HORIZONTAL"
    
static final OrientationORIENTATION_HORIZONTAL
    Object value of enum value "ORIENTATION_HORIZONTAL"
    
static final int_ORIENTATION_VERTICAL
    Integer value of enum value "ORIENTATION_VERTICAL"
    
static final OrientationORIENTATION_VERTICAL
    Object value of enum value "ORIENTATION_VERTICAL"
    
static final int_Orientation_null
    Enum null value.

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


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


FromInt

static OrientationFromInt (Integer value)


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