public class Attribute extends Object implements Serializable
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
List<ClientBehavior> |
getClientBehaviors()
|
String |
getDefaultValue()
|
String |
getDisplayName()
|
Boolean |
getExpert()
|
String |
getMethodSignature()
|
String |
getName()
|
Boolean |
getPreferred()
|
Boolean |
getRequired()
|
String |
getShortDescription()
|
String |
getTargets()
|
ClassName |
getType()
|
void |
setClientBehaviors(List<ClientBehavior> clientBehaviors)
|
void |
setDefaultValue(String defaultValue)
|
void |
setDisplayName(String displayName)
|
void |
setExpert(Boolean expert)
|
void |
setMethodSignature(String methodSignature)
|
void |
setName(String name)
|
void |
setPreferred(Boolean preffered)
|
void |
setRequired(Boolean required)
|
void |
setShortDescription(String shortDescription)
|
void |
setTargets(String applyTo)
|
void |
setType(ClassName type)
|
public String getName()
public void setName(String name)
name - the name to setpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - the displayName to setpublic String getShortDescription()
public void setShortDescription(String shortDescription)
shortDescription - the shortDescription to setpublic String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue - the defaultValue to setpublic String getMethodSignature()
public void setMethodSignature(String methodSignature)
methodSignature - the methodSignature to setpublic String getTargets()
public void setTargets(String applyTo)
applyTo - the targets to setpublic Boolean getRequired()
public void setRequired(Boolean required)
required - the required to setpublic Boolean getPreferred()
public void setPreferred(Boolean preffered)
preffered - the preffered to setpublic Boolean getExpert()
public void setExpert(Boolean expert)
expert - the expert to setpublic ClassName getType()
public void setType(ClassName type)
type - the type to setpublic List<ClientBehavior> getClientBehaviors()
public void setClientBehaviors(List<ClientBehavior> clientBehaviors)
clientBehaviors - the clientBehaviors to setCopyright © 2014 JBoss by Red Hat. All Rights Reserved.