org.apache.commons.contract.descriptor
Class StateDescriptor

java.lang.Object
  extended by org.apache.commons.contract.descriptor.Descriptor
      extended by org.apache.commons.contract.descriptor.StateDescriptor

public class StateDescriptor
extends Descriptor


Field Summary
static String OK
           
static StateDescriptor OK_DESCRIPTOR
           
 
Fields inherited from class org.apache.commons.contract.descriptor.Descriptor
description, name
 
Constructor Summary
StateDescriptor(String state, org.apache.commons.i18n.bundles.MessageBundle description)
           
 
Method Summary
 String getState()
           
 
Methods inherited from class org.apache.commons.contract.descriptor.Descriptor
getDescription, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final String OK
See Also:
Constant Field Values

OK_DESCRIPTOR

public static final StateDescriptor OK_DESCRIPTOR
Constructor Detail

StateDescriptor

public StateDescriptor(String state,
                       org.apache.commons.i18n.bundles.MessageBundle description)
Method Detail

getState

public String getState()


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.