public class AttributeDescrBuilderImpl<P extends DescrBuilder<?,?>> extends BaseDescrBuilderImpl<P,AttributeDescr> implements AttributeDescrBuilder<P>
descr, parent
Constructor and Description |
---|
AttributeDescrBuilderImpl(P parent,
String name) |
Modifier and Type | Method and Description |
---|---|
AttributeDescrBuilder<P> |
type(AttributeDescr.Type type)
Sets the attribute value type
|
AttributeDescrBuilderImpl<P> |
value(String value)
Sets the attribute value
|
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
public AttributeDescrBuilderImpl<P> value(String value)
AttributeDescrBuilder
value
in interface AttributeDescrBuilder<P extends DescrBuilder<?,?>>
public AttributeDescrBuilder<P> type(AttributeDescr.Type type)
AttributeDescrBuilder
type
in interface AttributeDescrBuilder<P extends DescrBuilder<?,?>>
type
- see AttributeDescr.Type
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.