public abstract class PropertyLiteral<T,R,C> extends Object implements org.drools.core.metadata.MetaProperty<T,R,C>, Serializable
| Constructor and Description |
|---|
PropertyLiteral(int index,
Class<T> klass,
String name) |
PropertyLiteral(int index,
String name,
URI key) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(org.drools.core.metadata.MetaProperty<T,R,C> o) |
boolean |
equals(Object o) |
Object |
getId() |
int |
getIndex() |
URI |
getKey() |
String |
getName() |
URI |
getUri() |
int |
hashCode() |
abstract boolean |
isDatatype() |
public abstract boolean isDatatype()
public int compareTo(org.drools.core.metadata.MetaProperty<T,R,C> o)
compareTo in interface Comparable<org.drools.core.metadata.MetaProperty<T,R,C>>public int getIndex()
public String getName()
public URI getKey()
public URI getUri()
getUri in interface Identifiablepublic Object getId()
getId in interface IdentifiableCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.