public class Attribute extends Object
Constructor and Description |
---|
Attribute() |
Modifier and Type | Method and Description |
---|---|
String |
getCapitalizedName() |
String |
getCapitalizedType() |
String |
getDefaultValue() |
String |
getDescription() |
String |
getMethodSignature() |
String |
getName() |
String |
getShortTypeName()
Gives the short name of the attribute
e.g.
|
String |
getType() |
boolean |
isDeferredValue() |
boolean |
isIgnored() |
boolean |
isIgnoreInComponent() |
boolean |
isLiteral() |
boolean |
isRequired() |
void |
setDefaultValue(String defaultValue) |
void |
setDescription(String description) |
void |
setIgnoreInComponent(boolean ignoreInComponent) |
void |
setLiteral(boolean literal) |
void |
setMethodSignature(String methodSignature) |
void |
setName(String name) |
void |
setRequired(boolean required) |
void |
setType(String type) |
public String getName()
public void setName(String name)
public boolean isRequired()
public void setRequired(boolean required)
public String getType()
public void setType(String type)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public boolean isIgnoreInComponent()
public void setIgnoreInComponent(boolean ignoreInComponent)
public String getMethodSignature()
public void setMethodSignature(String methodSignature)
public boolean isLiteral()
public void setLiteral(boolean literal)
public String getDescription()
public void setDescription(String description)
public String getShortTypeName()
public String getCapitalizedName()
public String getCapitalizedType()
public boolean isIgnored()
public boolean isDeferredValue()
Copyright © 2018. All rights reserved.