Class System.TMWTypes
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class System.TMWTypes

java.lang.Object
   |
   +----System.TMWTypes

public class TMWTypes
extends Object
TMWTypes is a set of type mappings between commonly used types in making Teamware System and Foundation calls. This provides a higher level of abstration as well as overaloading the type calls to provide a single/point interface between types.
See Also:
TMWCategory, TMWNetwork, TMWUtilities, TMWFoundation

Constructor Index

 o TMWTypes()

Method Index

 o TMWBoolean(String)
 o TMWBoolean(boolean)
 o TMWFloat(String)
 o TMWFloat(Float)
 o TMWInteger(String)
 o TMWInteger(Integer)
 o TMWObject(String)
 o TMWObject(Integer)

Constructors

 o TMWTypes
  public TMWTypes()

Methods

 o TMWBoolean
  public static boolean TMWBoolean(String Val)
 o TMWBoolean
  public static String TMWBoolean(boolean val)
 o TMWInteger
  public static Integer TMWInteger(String Val)
 o TMWInteger
  public static String TMWInteger(Integer Val)
 o TMWObject
  public static Integer TMWObject(String Val)
 o TMWObject
  public static String TMWObject(Integer Val)
 o TMWFloat
  public static Float TMWFloat(String Val)
 o TMWFloat
  public static String TMWFloat(Float Val)

All Packages  Class Hierarchy  This Package  Previous  Next  Index