
public class ConfigPropType extends Object
| Constructor and Description |
|---|
ConfigPropType()
constructor
|
ConfigPropType(String name,
String type,
String value,
boolean required)
constructor with initial value
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)