Library | Package Java Toolkit

Class XSectionHatchStyleType

package com.ptc.wfc.wfcXSection;

public class XSectionHatchStyleType
  implements jxenum



Description





Field Summary
static final int_XSEC_XHATCH
    Integer value of enum value "XSEC_XHATCH"
    
static final XSectionHatchStyleTypeXSEC_XHATCH
    Object value of enum value "XSEC_XHATCH"
    
static final int_XSEC_EXCLUDED
    Integer value of enum value "XSEC_EXCLUDED"
    This type will be applied only in drawing environment.
static final XSectionHatchStyleTypeXSEC_EXCLUDED
    Object value of enum value "XSEC_EXCLUDED"
    This type will be applied only in drawing environment.
static final int_XSEC_FILL
    Integer value of enum value "XSEC_FILL"
    
static final XSectionHatchStyleTypeXSEC_FILL
    Object value of enum value "XSEC_FILL"
    
static final int_XSEC_XHATCH_ERASED
    Integer value of enum value "XSEC_XHATCH_ERASED"
    
static final XSectionHatchStyleTypeXSEC_XHATCH_ERASED
    Object value of enum value "XSEC_XHATCH_ERASED"
    
static final int_XSectionHatchStyleType_null
    Enum null value.

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


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


FromInt

static XSectionHatchStyleTypeFromInt (Integer value)


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