Library | Package Java Toolkit

Interface DetailCreateInstructions

package com.ptc.pfc.pfcDetail;

public interface DetailCreateInstructions
  extends jxobject



Description

This interface is used to provide information on how to create a detail item.
See Also:
DetailEntityInstructions, DetailNoteInstructions, DetailGroupInstructions, DetailSymbolDefInstructions, DetailSymbolInstInstructions
Direct Known Subclasses:
DetailEntityInstructions, DetailNoteInstructions, DetailSymbolDefInstructions, DetailSymbolInstInstructions, DetailGroupInstructions



Method Summary
intGetId ()
    Get method for attribute "Id"
    This readonly attribute represents the identifier of an existing detail item. This interface is not used for creating or modifying detail items.
DetailTypeGetType ()
    Returns the type of detail item that this instructions object will create.

Method Detail

GetType

DetailTypeGetType ()


    Returns the type of detail item that this instructions object will create.
Returns:
The type of detail item.


GetId

intGetId ()


    This readonly attribute represents the identifier of an existing detail item. This interface is not used for creating or modifying detail items.