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 MetaProperty
public Set<Class<?>> getTypes()
getTypes
in interface MetaProperty
public boolean isSearchable()
isSearchable
in interface MetaProperty
public void setAsSearchable()
setAsSearchable
in interface MetaProperty
public boolean isSortable()
isSortable
in interface MetaProperty
public void setAsSortable()
setAsSortable
in interface MetaProperty
public void addType(Class<?> type)
addType
in interface MetaProperty
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.