public interface AttributeDescrBuilder<P extends DescrBuilder<?,?>> extends DescrBuilder<P,AttributeDescr>
Modifier and Type | Method and Description |
---|---|
AttributeDescrBuilder<P> |
type(AttributeDescr.Type type)
Sets the attribute value type
|
AttributeDescrBuilder<P> |
value(String value)
Sets the attribute value
|
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
AttributeDescrBuilder<P> value(String value)
value
- AttributeDescrBuilder<P> type(AttributeDescr.Type type)
type
- see AttributeDescr.Type
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.