public class SearchAttribute extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchAttribute.Type |
| Modifier and Type | Field and Description |
|---|---|
static String |
WILDCARD_FIELD |
| Constructor and Description |
|---|
SearchAttribute() |
| Modifier and Type | Method and Description |
|---|---|
SearchAttribute |
andMatchType(SearchAttribute.Type t) |
SearchAttribute.Type |
getMatchType() |
String |
getName() |
<T> T |
getPattern() |
void |
setMatchType(SearchAttribute.Type matchType) |
void |
setName(String name) |
<T> void |
setPattern(T pattern) |
<T> SearchAttribute |
with(String n,
T p) |
public static final String WILDCARD_FIELD
public <T> SearchAttribute with(String n, T p)
public SearchAttribute andMatchType(SearchAttribute.Type t)
public String getName()
public void setName(String name)
public <T> T getPattern()
public <T> void setPattern(T pattern)
public SearchAttribute.Type getMatchType()
public void setMatchType(SearchAttribute.Type matchType)
Copyright © 2017. All rights reserved.