net.sourceforge.geeboss.model.editors
Class ParameterConstants

java.lang.Object
  extended by net.sourceforge.geeboss.model.editors.ParameterConstants

public class ParameterConstants
extends java.lang.Object

Constants for Parameters

Author:
Frederic BORRY

Field Summary
static int OFF
          Constant for off state
static int ON
          Constant for on state
 
Constructor Summary
ParameterConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OFF

public static final int OFF
Constant for off state

See Also:
Constant Field Values

ON

public static final int ON
Constant for on state

See Also:
Constant Field Values
Constructor Detail

ParameterConstants

public ParameterConstants()


Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.