2004.04.29


com.jdc.app
Class Resource

java.lang.Object
  |
  +--com.jdc.app.Resource

public class Resource
extends Object

Resource implements common constants used for cross-language applications. These constants are used to access values in the core resource bundles.

Version:
1.0
Author:
Jay Damon

Field Summary
static String ALL
          A constant that represents all values.
static String NO
          A constant that represents a no value.
static String YES
          A constant that represents a yes value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static final String ALL
A constant that represents all values.


YES

public static final String YES
A constant that represents a yes value.


NO

public static final String NO
A constant that represents a no value.


2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.