fleXplorer.Resources
Class Resources

java.lang.Object
  extended by fleXplorer.Resources.Resources

public class Resources
extends java.lang.Object

Author:
Nikos Armenatzoglou

Field Summary
static java.lang.String OFACET
          The name of By Object facet.
static java.lang.String TOPELEMENT
          The String representation of the top element.
static int TOPELEMENTID
          The Integer representation of the top element.
 
Constructor Summary
Resources()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOPELEMENT

public static final java.lang.String TOPELEMENT
The String representation of the top element.

See Also:
Constant Field Values

TOPELEMENTID

public static final int TOPELEMENTID
The Integer representation of the top element.

See Also:
Constant Field Values

OFACET

public static final java.lang.String OFACET
The name of By Object facet.

See Also:
Constant Field Values
Constructor Detail

Resources

public Resources()