Package org.jumpmind.properties
Class DefaultParameterParser.ParameterMetaData
java.lang.Object
org.jumpmind.properties.DefaultParameterParser.ParameterMetaData
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DefaultParameterParser
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
appendDescription
(String value) getKey()
getTags()
getType()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setDatabaseOverridable
(boolean databaseOverridable) void
setDefaultValue
(String defaultValue) void
setDescription
(String description) void
void
void
-
Field Details
-
TYPE_BOOLEAN
- See Also:
-
TYPE_INT
- See Also:
-
TYPE_TEXT_BOX
- See Also:
-
TYPE_SQL
- See Also:
-
TYPE_CODE
- See Also:
-
TYPE_XML
- See Also:
-
TYPE_ENCRYPTED
- See Also:
-
TAG_TRIGGER
- See Also:
-
-
Constructor Details
-
ParameterMetaData
public ParameterMetaData()
-
-
Method Details
-
setType
-
getType
-
getKey
-
setKey
-
getDescription
-
setDescription
-
getTags
-
setTags
-
isDatabaseOverridable
public boolean isDatabaseOverridable() -
setDatabaseOverridable
public void setDatabaseOverridable(boolean databaseOverridable) -
getDefaultValue
-
setDefaultValue
-
appendDescription
-
isXmlType
public boolean isXmlType() -
isSqlType
public boolean isSqlType() -
isCodeType
public boolean isCodeType() -
isBooleanType
public boolean isBooleanType() -
isIntType
public boolean isIntType() -
isTextBoxType
public boolean isTextBoxType() -
isEncryptedType
public boolean isEncryptedType() -
addTag
-