com.altair.hwm.fileserver
Class HWMFileServerConstants

java.lang.Object
  extended by com.altair.hwm.fileserver.HWMFileServerConstants

public class HWMFileServerConstants
extends java.lang.Object

Title: HWMFileServerConstants

Description: This file contains all the constants common to the client and server

Company: Altair Engineering, Inc.


Field Summary
static short CONST_CIN
          The constant for checked in
static short CONST_COUT
          The constant for checked out
 
Constructor Summary
HWMFileServerConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONST_COUT

public static final short CONST_COUT
The constant for checked out

See Also:
Constant Field Values

CONST_CIN

public static final short CONST_CIN
The constant for checked in

See Also:
Constant Field Values
Constructor Detail

HWMFileServerConstants

public HWMFileServerConstants()