org.jboss.jca.codegenerator
Class ConfigPropType

java.lang.Object
  extended by org.jboss.jca.codegenerator.ConfigPropType

public class ConfigPropType
extends Object

A ConfigPropType.

Version:
$Revision: $
Author:
Jeff Zhang

Constructor Summary
ConfigPropType()
          constructor
ConfigPropType(String name, String type, String value, boolean required)
          constructor with initial value
 
Method Summary
 String getName()
          Get the name.
 String getType()
          Get the type.
 String getValue()
          Get the value.
 boolean isRequired()
          Get the required.
 void setName(String name)
          Set the name.
 void setRequired(boolean required)
          Set the required.
 void setType(String type)
          Set the type.
 void setValue(String value)
          Set the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigPropType

public ConfigPropType()
constructor


ConfigPropType

public ConfigPropType(String name,
                      String type,
                      String value,
                      boolean required)
constructor with initial value

Parameters:
name - The name to set.
type - The type to set.
value - The value to set.
required - The required to set.
Method Detail

setName

public void setName(String name)
Set the name.

Parameters:
name - The name to set.

getName

public String getName()
Get the name.

Returns:
the name.

setType

public void setType(String type)
Set the type.

Parameters:
type - The type to set.

getType

public String getType()
Get the type.

Returns:
the type.

setValue

public void setValue(String value)
Set the value.

Parameters:
value - The value to set.

getValue

public String getValue()
Get the value.

Returns:
the value.

setRequired

public void setRequired(boolean required)
Set the required.

Parameters:
required - The required to set.

isRequired

public boolean isRequired()
Get the required.

Returns:
the required.


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)