public class TagAttribute extends Object
| Constructor and Description |
|---|
TagAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getName() |
String |
getType() |
boolean |
isRequired() |
boolean |
isRtexprvalue() |
void |
setDefaultValue(String defaultValue) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setRequired(boolean required) |
void |
setRtexprvalue(boolean rtexprvalue) |
void |
setType(String type) |
public String getDescription()
public void setDescription(String description)
public String getName()
public void setName(String name)
public boolean isRequired()
public void setRequired(boolean required)
public boolean isRtexprvalue()
public void setRtexprvalue(boolean rtexprvalue)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getType()
public void setType(String type)
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.