com.jcorporate.expresso.kernel
Class InstallationOptions.InstallationMetadata
java.lang.Object
com.jcorporate.expresso.kernel.InstallationOptions.InstallationMetadata
- Enclosing class:
- InstallationOptions
- public class InstallationOptions.InstallationMetadata
- extends Object
This class provides metadata about any options available.
InstallationOptions.InstallationMetadata
public InstallationOptions.InstallationMetadata()
getDefaultValue
public Object getDefaultValue()
setDefaultValue
public void setDefaultValue(Object newValue)
setDescription
public void setDescription(String newValue)
getDescription
public String getDescription()
setType
public void setType(String newValue)
getType
public String getType()
setName
public void setName(String newValue)
getName
public String getName()
hashCode
public int hashCode()
- Override of normal hashcode. Here we generate the hashcode
off of the name only. [Since that's unique]
- Returns:
- integer
Please see www.jcorporate.com for information about new Expresso releases.