Class PropertyDescriptor
java.lang.Object
com.aeontronix.enhancedmule.tools.application.api.PropertyDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getName()booleanisFile()booleanbooleanisSecure()booleanvoidsetDefaultValue(Object defaultValue) voidsetDescription(String description) voidsetFile(boolean file) voidvoidvoidsetRequired(boolean required) voidsetSecure(boolean secure) voidsetStaticProperty(boolean staticProperty) void
-
Constructor Details
-
PropertyDescriptor
public PropertyDescriptor() -
PropertyDescriptor
-
-
Method Details
-
getKey
-
setKey
-
getName
-
setName
-
getDescription
-
setDescription
-
isFile
public boolean isFile() -
setFile
public void setFile(boolean file) -
isSecure
public boolean isSecure() -
setSecure
public void setSecure(boolean secure) -
isStaticProperty
public boolean isStaticProperty() -
setStaticProperty
public void setStaticProperty(boolean staticProperty) -
isRequired
public boolean isRequired() -
setRequired
public void setRequired(boolean required) -
getDefaultValue
-
setDefaultValue
-
getValues
-
setValues
-