
public interface Analyzer<T> extends Child<T>, JslAnalyzerCommType<T,Analyzer<T>,Properties<Analyzer<T>>>
Analyzer xsd type| Modifier 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 elementAnalyzerAnalyzer<T> ref(String ref)
ref attributeref - the value for the attribute refAnalyzerString getRef()
ref attributerefCopyright © 2025 JBoss by Red Hat. All rights reserved.