public class Attribute extends Object implements Comparable<Attribute>
| Constructor and Description |
|---|
Attribute(String name,
String description,
String type,
boolean nillable,
boolean expressionsAllowed,
String defaultValue,
Integer min,
Integer max,
String accessType,
String storage,
Deprecated deprecated,
String unit,
String restartRequired,
String capabilityReference) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Attribute o) |
static Attribute |
fromProperty(org.jboss.dmr.Property property) |
String |
getAccessType() |
Collection<String> |
getAllowedValues() |
String |
getCapabilityReference() |
String |
getDefaultValue() |
Deprecated |
getDeprecated() |
String |
getDescription() |
Integer |
getMax() |
Integer |
getMin() |
String |
getName() |
String |
getRestartRequired() |
String |
getStorage() |
String |
getType() |
String |
getUnit() |
boolean |
isExpressionsAllowed() |
boolean |
isNillable() |
public String getName()
public String getDescription()
public int compareTo(Attribute o)
compareTo in interface Comparable<Attribute>public String getType()
public boolean isNillable()
public boolean isExpressionsAllowed()
public String getDefaultValue()
public Integer getMin()
public Integer getMax()
public String getAccessType()
public String getStorage()
public Deprecated getDeprecated()
public String getUnit()
public String getRestartRequired()
public String getCapabilityReference()
public Collection<String> getAllowedValues()
public static Attribute fromProperty(org.jboss.dmr.Property property)
Copyright © 2020 JBoss by Red Hat. All rights reserved.