|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.contract.descriptor.Descriptor
org.apache.commons.contract.descriptor.ParameterDescriptor
org.apache.commons.contract.descriptor.RequiredEnvironmentDescriptor
public class RequiredEnvironmentDescriptor
| 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 |
|---|
protected String store
| Constructor Detail |
|---|
public RequiredEnvironmentDescriptor(String name,
String store,
ParameterBundle description,
Constraints valueDescriptor)
public RequiredEnvironmentDescriptor(String name,
String store,
ParameterBundle description,
Constraints valueDescriptor,
Object defaultValue)
| Method Detail |
|---|
public String getStore()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||