Library | Package Java Toolkit

Interface DimTolISODIN

package com.ptc.pfc.pfcDimension;

public interface DimTolISODIN
  extends com.ptc.pfc.pfcDimension.DimTolerance



Description

This class displays the tolerance table type, tolerance table and column for the dimension tolerance if the tolerance table type is hole or shaft.



Method Summary
intGetTableColumn ()
    Get method for attribute "TableColumn"
    The table column assigned to the dimension if the tolerance table type is hole/shaft.
StringGetTableName ()
    Get method for attribute "TableName"
    The table name assigned to the dimension if the tolerance table type is hole/shaft.
ToleranceTableTypeGetTolTableType ()
    Get method for attribute "TolTableType"
    The tolerance type assigned to the dimension (general, broken edge, hole or shaft)
voidSetTableColumn (int value)
    Set method for attribute "TableColumn"
    The table column assigned to the dimension if the tolerance table type is hole/shaft.
voidSetTableName (String value)
    Set method for attribute "TableName"
    The table name assigned to the dimension if the tolerance table type is hole/shaft.
voidSetTolTableType (ToleranceTableType value)
    Set method for attribute "TolTableType"
    The tolerance type assigned to the dimension (general, broken edge, hole or shaft)

Methods Inherited from Interface com.ptc.pfc.pfcDimension.DimTolerance
GetType

Method Detail

GetTolTableType/SetTolTableType

ToleranceTableTypeGetTolTableType ()
voidSetTolTableType (ToleranceTableType value)


    The tolerance type assigned to the dimension (general, broken edge, hole or shaft)



GetTableName/SetTableName

StringGetTableName ()
voidSetTableName (String value)


    The table name assigned to the dimension if the tolerance table type is hole/shaft.



GetTableColumn/SetTableColumn

intGetTableColumn ()
voidSetTableColumn (int value)


    The table column assigned to the dimension if the tolerance table type is hole/shaft.