Library | Package Java Toolkit

Interface SymbolDefAttachment

package com.ptc.pfc.pfcDetail;

public interface SymbolDefAttachment
  extends jxobject



Description

This interface represents the way that an instance may be attached to a symbol definition.
See Also:
DetailSymbolDefInstructions



Method Summary
/*optional*/ DoubleGetAttachmentParam ()
    Get method for attribute "AttachmentParam"
    The parameter on the entity (typically a t parameter). null, if the attachment type is SYMDEFATTACH_FREE or SYMDEFATTACH_RADIAL_LEADER.
Point3DGetAttachmentPoint ()
    Get method for attribute "AttachmentPoint"
    The attachment point, in the coordinate system of the symbol definition.
/*optional*/ IntegerGetEntityId ()
    Get method for attribute "EntityId"
    The identifier of the symbol definition entity. null, if the attachment type is SYMDEFATTACH_FREE.
SymbolDefAttachmentTypeGetType ()
    Get method for attribute "Type"
    The type of attachment.
voidSetAttachmentParam ( /*optional*/ Double value)
    Set method for attribute "AttachmentParam"
    The parameter on the entity (typically a t parameter). null, if the attachment type is SYMDEFATTACH_FREE or SYMDEFATTACH_RADIAL_LEADER.
voidSetAttachmentPoint (Point3D value)
    Set method for attribute "AttachmentPoint"
    The attachment point, in the coordinate system of the symbol definition.
voidSetEntityId ( /*optional*/ Integer value)
    Set method for attribute "EntityId"
    The identifier of the symbol definition entity. null, if the attachment type is SYMDEFATTACH_FREE.
voidSetType (SymbolDefAttachmentType value)
    Set method for attribute "Type"
    The type of attachment.

Method Detail

GetType/SetType

SymbolDefAttachmentTypeGetType ()
voidSetType (SymbolDefAttachmentType value)


    The type of attachment.



GetEntityId/SetEntityId

/*optional*/ IntegerGetEntityId ()
voidSetEntityId ( /*optional*/ Integer value)


    The identifier of the symbol definition entity. null, if the attachment type is SYMDEFATTACH_FREE.



GetAttachmentParam/SetAttachmentParam

/*optional*/ DoubleGetAttachmentParam ()
voidSetAttachmentParam ( /*optional*/ Double value)


    The parameter on the entity (typically a t parameter). null, if the attachment type is SYMDEFATTACH_FREE or SYMDEFATTACH_RADIAL_LEADER.



GetAttachmentPoint/SetAttachmentPoint

Point3DGetAttachmentPoint ()
voidSetAttachmentPoint (Point3D value)


    The attachment point, in the coordinate system of the symbol definition.