Class DefaultParameterParser.ParameterMetaData

java.lang.Object
org.jumpmind.properties.DefaultParameterParser.ParameterMetaData
All Implemented Interfaces:
Serializable
Enclosing class:
DefaultParameterParser

public static class DefaultParameterParser.ParameterMetaData extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • ParameterMetaData

      public ParameterMetaData()
  • Method Details

    • setType

      public void setType(String type)
    • getType

      public String getType()
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getTags

      public Set<String> getTags()
    • setTags

      public void setTags(Set<String> tags)
    • isDatabaseOverridable

      public boolean isDatabaseOverridable()
    • setDatabaseOverridable

      public void setDatabaseOverridable(boolean databaseOverridable)
    • getDefaultValue

      public String getDefaultValue()
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
    • appendDescription

      public void appendDescription(String value)
    • 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

      public void addTag(String tag)