Library | Package Java Toolkit

Class MaterialType

package com.ptc.pfc.pfcPart;

public class MaterialType
  implements jxenum



Description

This enumerated type contains the possible types of a material. A material can have independent structural and thermal types.



Field Summary
static final int_MTL_ISOTROPIC
    Integer value of enum value "MTL_ISOTROPIC"
    The material is isotropic.
static final MaterialTypeMTL_ISOTROPIC
    Object value of enum value "MTL_ISOTROPIC"
    The material is isotropic.
static final int_MTL_ORTHOTROPIC
    Integer value of enum value "MTL_ORTHOTROPIC"
    The material is orthotropic.
static final MaterialTypeMTL_ORTHOTROPIC
    Object value of enum value "MTL_ORTHOTROPIC"
    The material is orthotropic.
static final int_MTL_TRANSVERSELY_ISOTROPIC
    Integer value of enum value "MTL_TRANSVERSELY_ISOTROPIC"
    The material is transversely isotropic .
static final MaterialTypeMTL_TRANSVERSELY_ISOTROPIC
    Object value of enum value "MTL_TRANSVERSELY_ISOTROPIC"
    The material is transversely isotropic .
static final int_MTL_FLUID
    Integer value of enum value "MTL_FLUID"
    The material is fluid .
static final MaterialTypeMTL_FLUID
    Object value of enum value "MTL_FLUID"
    The material is fluid .
static final int_MaterialType_null
    Enum null value.

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


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


FromInt

static MaterialTypeFromInt (Integer value)


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