Expresso 5-6

com.jcorporate.expresso.kernel
Class InstallationOptions.InstallationMetadata

java.lang.Object
  extended bycom.jcorporate.expresso.kernel.InstallationOptions.InstallationMetadata
Enclosing class:
InstallationOptions

public class InstallationOptions.InstallationMetadata
extends Object

This class provides metadata about any options available.


Constructor Summary
InstallationOptions.InstallationMetadata()
           
 
Method Summary
 Object getDefaultValue()
           
 String getDescription()
           
 String getName()
           
 String getType()
           
 int hashCode()
          Override of normal hashcode.
 void setDefaultValue(Object newValue)
           
 void setDescription(String newValue)
           
 void setName(String newValue)
           
 void setType(String newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallationOptions.InstallationMetadata

public InstallationOptions.InstallationMetadata()
Method Detail

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

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.