public class ReferencedAttributes extends Object implements Serializable
| Constructor and Description |
|---|
ReferencedAttributes()
No args constructor for use in serialization
|
ReferencedAttributes(List<AttributeMatch> attributeMatches,
List<String> words) |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeMatch> |
getAttributeMatches() |
List<String> |
getWords() |
void |
setAttributeMatches(List<AttributeMatch> attributeMatches) |
void |
setWords(List<String> words) |
public ReferencedAttributes()
public ReferencedAttributes(List<AttributeMatch> attributeMatches, List<String> words)
attributeMatches - words - public List<AttributeMatch> getAttributeMatches()
public void setAttributeMatches(List<AttributeMatch> attributeMatches)
Copyright © 2017–2018 Red Hat. All rights reserved.