org.jboss.security.microcontainer.beans.metadata
Class ModuleOptionMetaData

java.lang.Object
  extended by org.jboss.security.microcontainer.beans.metadata.ModuleOptionMetaData

public class ModuleOptionMetaData
extends Object

This class contains the metadata of a module option.

Author:
Stefan Guilhen

Constructor Summary
ModuleOptionMetaData()
           
 
Method Summary
 String getName()
           Obtains the name of the option.
 String getValue()
           Obtains the value of the option.
 void setName(String name)
           Sets the name of the option.
 void setValue(String value)
           Sets the value of the option.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleOptionMetaData

public ModuleOptionMetaData()
Method Detail

getName

public String getName()

Obtains the name of the option.

Returns:
a String representing the option's name.

setName

public void setName(String name)

Sets the name of the option.

Parameters:
name - a String representing the name to be set.

getValue

public String getValue()

Obtains the value of the option.

Returns:
a String representing the option's value.

setValue

public void setValue(String value)

Sets the value of the option.

Parameters:
value - String representing the value to be set.


Copyright © 2009 JBoss Inc.. All Rights Reserved.