public interface MetaProperty<T,R,C> extends Comparable<MetaProperty<T,R,C>>, Identifiable
Modifier and Type | Method and Description |
---|---|
OneValuedMetaProperty<T,C> |
asFunctionalProperty() |
<X extends Collection<R>> |
asManyValuedProperty() |
C |
get(T o) |
int |
getIndex() |
URI |
getKey() |
String |
getName() |
boolean |
isDatatype() |
boolean |
isManyValued() |
compareTo
getId, getUri
int getIndex()
String getName()
URI getKey()
boolean isManyValued()
OneValuedMetaProperty<T,C> asFunctionalProperty()
<X extends Collection<R>> ManyValuedMetaProperty<T,R,X> asManyValuedProperty()
boolean isDatatype()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.