public class InputPropertyType extends AbstractBundleType
| Constructor and Description |
|---|
InputPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getName() |
Boolean |
getRequired() |
String |
getType() |
void |
init() |
void |
setDefaultValue(String defaultValue) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setRequired(Boolean required) |
void |
setType(String type) |
protected void |
validateAttributes()
Ensure we have a consistent and legal set of attributes, and set
any internal flags necessary based on different combinations
of attributes.
|
buildIncludePatternRegex, getPattern, getProjectcheckAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toStringpublic void init()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic String getDescription()
getDescription in class org.apache.tools.ant.ProjectComponentpublic void setDescription(String description)
setDescription in class org.apache.tools.ant.ProjectComponentpublic String getName()
public void setName(String name)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public Boolean getRequired()
public void setRequired(Boolean required)
public String getType()
public void setType(String type)
protected void validateAttributes()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException - if an error occursCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.