| Modifier and Type | Class and Description |
|---|---|
static class |
Attribute.Kind |
static class |
Attribute.Type |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getComponentAttributeName() |
String |
getDefaultValue() |
String |
getKey() |
Attribute.Kind |
getKind() |
String |
getName() |
int |
hashCode() |
boolean |
isRequired() |
void |
setComponentAttributeName(String componentAttributeName) |
void |
setDefaultValue(String defaultValue) |
void |
setKind(Attribute.Kind kind) |
void |
setName(String name) |
void |
setRequired(boolean required) |
String |
toString() |
public Attribute()
public Attribute(String name)
public String getName()
public void setName(String name)
name - the name to setpublic boolean isRequired()
public void setRequired(boolean required)
required - the required to setpublic String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue - the defaultValue to setpublic Attribute.Kind getKind()
public void setKind(Attribute.Kind kind)
kind - the kind to setpublic String getComponentAttributeName()
public void setComponentAttributeName(String componentAttributeName)
componentAttributeName - the componentAttributeName to setCopyright © 2014 JBoss by Red Hat. All Rights Reserved.