Library | Package Java Toolkit

Class SymbolDefAttachmentType

package com.ptc.pfc.pfcDetail;

public class SymbolDefAttachmentType
  implements jxenum



Description

This enumerated type represents the symbol definition attachment options.
See Also:
SymbolDefAttachment



Field Summary
static final int_SYMDEFATTACH_FREE
    Integer value of enum value "SYMDEFATTACH_FREE"
    Attachment on a free point.
static final SymbolDefAttachmentTypeSYMDEFATTACH_FREE
    Object value of enum value "SYMDEFATTACH_FREE"
    Attachment on a free point.
static final int_SYMDEFATTACH_LEFT_LEADER
    Integer value of enum value "SYMDEFATTACH_LEFT_LEADER"
    Attachment via a leader on the left side of the symbol.
static final SymbolDefAttachmentTypeSYMDEFATTACH_LEFT_LEADER
    Object value of enum value "SYMDEFATTACH_LEFT_LEADER"
    Attachment via a leader on the left side of the symbol.
static final int_SYMDEFATTACH_RIGHT_LEADER
    Integer value of enum value "SYMDEFATTACH_RIGHT_LEADER"
    Attachment via a leader on the right side of the symbol.
static final SymbolDefAttachmentTypeSYMDEFATTACH_RIGHT_LEADER
    Object value of enum value "SYMDEFATTACH_RIGHT_LEADER"
    Attachment via a leader on the right side of the symbol.
static final int_SYMDEFATTACH_RADIAL_LEADER
    Integer value of enum value "SYMDEFATTACH_RADIAL_LEADER"
    Attachment via a leader on a radial location.
static final SymbolDefAttachmentTypeSYMDEFATTACH_RADIAL_LEADER
    Object value of enum value "SYMDEFATTACH_RADIAL_LEADER"
    Attachment via a leader on a radial location.
static final int_SYMDEFATTACH_ON_ITEM
    Integer value of enum value "SYMDEFATTACH_ON_ITEM"
    Attachment on an item in the symbol definition.
static final SymbolDefAttachmentTypeSYMDEFATTACH_ON_ITEM
    Object value of enum value "SYMDEFATTACH_ON_ITEM"
    Attachment on an item in the symbol definition.
static final int_SYMDEFATTACH_NORMAL_TO_ITEM
    Integer value of enum value "SYMDEFATTACH_NORMAL_TO_ITEM"
    Attachment normal to an item in the symbol definition.
static final SymbolDefAttachmentTypeSYMDEFATTACH_NORMAL_TO_ITEM
    Object value of enum value "SYMDEFATTACH_NORMAL_TO_ITEM"
    Attachment normal to an item in the symbol definition.
static final int_SymbolDefAttachmentType_null
    Enum null value.

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


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


FromInt

static SymbolDefAttachmentTypeFromInt (Integer value)


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