org.vfny.geoserver.config.validation
Class ArgumentConfig

java.lang.Object
  extended byorg.vfny.geoserver.config.validation.ArgumentConfig

public class ArgumentConfig
extends java.lang.Object

ArgumentConfig purpose.

Description of ArgumentConfig ...


Constructor Summary
ArgumentConfig()
          ArgumentConfig constructor.
ArgumentConfig(ArgumentConfig dto)
           
ArgumentConfig(ArgumentDTO dto)
           
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object obj)
           
static java.lang.String getDescription(java.beans.PropertyDescriptor pd)
          getDescription purpose.
static java.lang.String getDisplayName(java.beans.PropertyDescriptor pd)
          getDisplayName purpose.
 java.lang.String getName()
          Access name property.
 java.lang.Object getValue()
          Access value property.
 int hashCode()
           
 boolean isFinal()
          Access _final property.
static void loadPropertyLists(TestConfig testConfig, java.util.Locale lc, java.util.List attributeKeys, java.util.List attributeHelps, java.util.List attributeValues)
           
 void setFinal(boolean _final)
          Set _final to _final.
 void setName(java.lang.String name)
          Set name to name.
 void setValue(java.lang.Object value)
          Set value to value.
 ArgumentDTO toDTO()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgumentConfig

public ArgumentConfig()
ArgumentConfig constructor.

Description


ArgumentConfig

public ArgumentConfig(ArgumentConfig dto)

ArgumentConfig

public ArgumentConfig(ArgumentDTO dto)
Method Detail

clone

public java.lang.Object clone()

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toDTO

public ArgumentDTO toDTO()

isFinal

public boolean isFinal()
Access _final property.

Returns:
Returns the _final.

setFinal

public void setFinal(boolean _final)
Set _final to _final.

Parameters:
_final - The _final to set.

getName

public java.lang.String getName()
Access name property.

Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Set name to name.

Parameters:
name - The name to set.

getValue

public java.lang.Object getValue()
Access value property.

Returns:
Returns the value.

setValue

public void setValue(java.lang.Object value)
Set value to value.

Parameters:
value - The value to set.

getDisplayName

public static java.lang.String getDisplayName(java.beans.PropertyDescriptor pd)
getDisplayName purpose.

This is used to provide the locale to the property descriptor if it is required. This method is thread safe.

This method must be both synchornized and static. The global locale is maintained from start to completion of execution, even when an unexpected exception occurs.

Parameters:
pd - PropertyDescriptor to get the display name from
Returns:
String the Display Name

loadPropertyLists

public static void loadPropertyLists(TestConfig testConfig,
                                     java.util.Locale lc,
                                     java.util.List attributeKeys,
                                     java.util.List attributeHelps,
                                     java.util.List attributeValues)

getDescription

public static java.lang.String getDescription(java.beans.PropertyDescriptor pd)
getDescription purpose.

This is used to provide the locale to the property descriptor if it is required. This method is thread safe.

This method must be both synchornized and static.

Parameters:
pd - PropertyDescriptor to get the display description from
Returns:
String the display description