public class AttributeDescr extends BaseDescr
Modifier and Type | Class and Description |
---|---|
static class |
AttributeDescr.Type |
Constructor and Description |
---|
AttributeDescr() |
AttributeDescr(String name) |
AttributeDescr(String name,
String value) |
AttributeDescr(String name,
String value,
AttributeDescr.Type type) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
AttributeDescr.Type |
getType() |
String |
getValue() |
String |
getValueString() |
void |
setType(AttributeDescr.Type type) |
void |
setValue(String value) |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, readExternal, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternal
public AttributeDescr()
public AttributeDescr(String name)
public AttributeDescr(String name, String value, AttributeDescr.Type type)
public String getName()
public String getValue()
public void setValue(String value)
public void setType(AttributeDescr.Type type)
public AttributeDescr.Type getType()
public String getValueString()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.