Library | Package Java Toolkit

Interface MaterialProperty

package com.ptc.pfc.pfcPart;

public interface MaterialProperty
  extends jxobject



Description

This class specifies a value/units pair for a material property.



Method Summary
/*optional*/ StringGetUnits ()
    Get method for attribute "Units"
    The units material property. null represents a property that doesn't use units, or a property that is using the units of the owner part.
doubleGetValue ()
    Get method for attribute "Value"
    The value of the material property in the property units.
voidSetUnits ( /*optional*/ String value)
    Set method for attribute "Units"
    The units material property. null represents a property that doesn't use units, or a property that is using the units of the owner part.
voidSetValue (double value)
    Set method for attribute "Value"
    The value of the material property in the property units.

Method Detail

GetValue/SetValue

doubleGetValue ()
voidSetValue (double value)


    The value of the material property in the property units.



GetUnits/SetUnits

/*optional*/ StringGetUnits ()
voidSetUnits ( /*optional*/ String value)


    The units material property. null represents a property that doesn't use units, or a property that is using the units of the owner part.