public class MetaPropertyImpl extends Object implements MetaProperty
| Constructor and Description |
|---|
MetaPropertyImpl(String name,
boolean searchable,
boolean sortable,
Set<Class<?>> types) |
| Modifier and Type | Method and Description |
|---|---|
void |
addType(Class<?> type) |
boolean |
equals(Object obj) |
String |
getName() |
Set<Class<?>> |
getTypes() |
int |
hashCode() |
boolean |
isSearchable() |
boolean |
isSortable() |
void |
setAsSearchable() |
void |
setAsSortable() |
public String getName()
getName in interface MetaPropertypublic Set<Class<?>> getTypes()
getTypes in interface MetaPropertypublic boolean isSearchable()
isSearchable in interface MetaPropertypublic void setAsSearchable()
setAsSearchable in interface MetaPropertypublic boolean isSortable()
isSortable in interface MetaPropertypublic void setAsSortable()
setAsSortable in interface MetaPropertypublic void addType(Class<?> type)
addType in interface MetaPropertyCopyright © 2012–2018 JBoss by Red Hat. All rights reserved.