org.apache.commons.contract.descriptor
Class RequiredEnvironmentDescriptor

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

public class RequiredEnvironmentDescriptor
extends ParameterDescriptor


Field Summary
protected  String store
           
 
Fields inherited from class org.apache.commons.contract.descriptor.ParameterDescriptor
constraints, defaultValue, NO_PARAMETERS, required
 
Fields inherited from class org.apache.commons.contract.descriptor.Descriptor
description, name
 
Constructor Summary
RequiredEnvironmentDescriptor(String name, String store, ParameterBundle description, Constraints valueDescriptor)
           
RequiredEnvironmentDescriptor(String name, String store, ParameterBundle description, Constraints valueDescriptor, Object defaultValue)
           
 
Method Summary
 String getStore()
           
 
Methods inherited from class org.apache.commons.contract.descriptor.ParameterDescriptor
equals, getConstraints, getDefaultValue, isRequired, setConstraints, setDefaultValue
 
Methods inherited from class org.apache.commons.contract.descriptor.Descriptor
getDescription, getName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

store

protected String store
Constructor Detail

RequiredEnvironmentDescriptor

public RequiredEnvironmentDescriptor(String name,
                                     String store,
                                     ParameterBundle description,
                                     Constraints valueDescriptor)

RequiredEnvironmentDescriptor

public RequiredEnvironmentDescriptor(String name,
                                     String store,
                                     ParameterBundle description,
                                     Constraints valueDescriptor,
                                     Object defaultValue)
Method Detail

getStore

public String getStore()


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