public interface PredicateInfo
| Modifier and Type | Method and Description |
|---|---|
ActionType |
getActionType() |
String |
getMethodName()
Get the method name that this predicate info is describing.
|
String |
getNamespace()
Get the namespace URI for the predicate.
|
List<Method> |
getPostExec()
List of methods to execute after the exec
|
com.hp.hpl.jena.rdf.model.Property |
getProperty()
Get the predicate as a property.
|
String |
getUriString()
Get the predicate URI as a string.
|
Class<?> |
getValueClass()
get the value class.
|
ActionType getActionType()
String getMethodName()
String getNamespace()
com.hp.hpl.jena.rdf.model.Property getProperty()
String getUriString()
Class<?> getValueClass()
Copyright © 2012-2013 XENEI.com. All Rights Reserved.