public interface TransformerType<T> extends Child<T>
transformerType
xsd typeModifier and Type | Method and Description |
---|---|
TransformerType<T> |
clazz(String clazz)
Sets the
class attribute |
String |
getClazz()
Returns the
class attribute |
TransformerType<T> |
removeClazzAttr()
Removes the
class attribute |
TransformerType<T> clazz(String clazz)
class
attributeclazz
- the value for the attribute class
TransformerType
String getClazz()
class
attributeclass
TransformerType<T> removeClazzAttr()
class
attributeTransformerType
Copyright © 2018 JBoss by Red Hat. All rights reserved.