public interface Analyzer<T> extends Child<T>, JslAnalyzerCommType<T,Analyzer<T>,Properties<Analyzer<T>>>
Analyzer
xsd typeModifier and Type | Method and Description |
---|---|
Properties<Analyzer<T>> |
getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
String |
getRef()
Returns the
ref attribute |
Analyzer<T> |
ref(String ref)
Sets the
ref attribute |
Analyzer<T> |
removeProperties()
Removes the
properties element |
Analyzer<T> |
removeRef()
Removes the
ref attribute |
Properties<Analyzer<T>> getOrCreateProperties()
properties
element with the given value will be created.
Otherwise, the existing properties
element will be returned.Properties>
Analyzer<T> removeProperties()
properties
elementAnalyzer
Analyzer<T> ref(String ref)
ref
attributeref
- the value for the attribute ref
Analyzer
String getRef()
ref
attributeref
Copyright © 2019 JBoss by Red Hat. All rights reserved.