Class ConfigPropType
java.lang.Object
org.jboss.jca.codegenerator.ConfigPropType
A ConfigPropType.
- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
Constructor Summary
ConstructorsConstructorDescriptionconstructorConfigPropType(String name, String type, String value, boolean required) constructor with initial value -
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the name.getType()Get the type.getValue()Get the value.booleanGet the required.voidSet the name.voidsetRequired(boolean required) Set the required.voidSet the type.voidSet the value.
-
Constructor Details
-
ConfigPropType
public ConfigPropType()constructor -
ConfigPropType
-
-
Method Details
-
setName
-
getName
-
setType
-
getType
-
setValue
-
getValue
-
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.
-