All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.dorm4.fls.ILibraryConstants

public interface ILibraryConstants
Provides common constants used by the library.


Variable Index

 o BOOK
null Book object used for passing to functions that manipulate a type not the actual object
 o BORROWER
null Borrower object used for passing to functions that manipulate a type not the actual object
 o DAY
Day in milliseconds
 o HOUR
Hour in milliseconds
 o MINUTE
Minute in milliseconds
 o PROP_LENGTH
Index of length in the extended properties array for an object
 o PROP_REQUIRED
Index of required flag in the extended properties array for an object
 o PROP_TITLE
Index of title in the extended properties array for an object
 o PROP_TYPE
Index of class in the extended properties array for an object
 o WEEK
Week in milliseconds

Variables

 o MINUTE
 public static final long MINUTE
Minute in milliseconds

 o HOUR
 public static final long HOUR
Hour in milliseconds

 o DAY
 public static final long DAY
Day in milliseconds

 o WEEK
 public static final long WEEK
Week in milliseconds

 o PROP_TITLE
 public static final int PROP_TITLE
Index of title in the extended properties array for an object

 o PROP_TYPE
 public static final int PROP_TYPE
Index of class in the extended properties array for an object

 o PROP_REQUIRED
 public static final int PROP_REQUIRED
Index of required flag in the extended properties array for an object

 o PROP_LENGTH
 public static final int PROP_LENGTH
Index of length in the extended properties array for an object

 o BOOK
 public static final Book BOOK
null Book object used for passing to functions that manipulate a type not the actual object

 o BORROWER
 public static final Borrower BORROWER
null Borrower object used for passing to functions that manipulate a type not the actual object


All Packages  Class Hierarchy  This Package  Previous  Next  Index