|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.codegenerator.ConfigPropType
public class ConfigPropType

A ConfigPropType.
| 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 |
|---|
public ConfigPropType()
public ConfigPropType(String name,
String type,
String value,
boolean required)
name - The name to set.type - The type to set.value - The value to set.required - The required to set.| Method Detail |
|---|
public void setName(String name)
name - The name to set.public String getName()
public void setType(String type)
type - The type to set.public String getType()
public void setValue(String value)
value - The value to set.public String getValue()
public void setRequired(boolean required)
required - The required to set.public boolean isRequired()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||