|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubjectInfo
Information about a subject annotated object.
| Method Summary | |
|---|---|
Class<?> |
getImplementedClass()
Get the class that was annotated with the Subject annotation. |
PredicateInfo |
getPredicateInfo(Method method)
Get the predicateInfo or return null if not found |
PredicateInfo |
getPredicateInfo(String methodName,
Class<?> clazz)
Get the predicate info for a method. |
com.hp.hpl.jena.rdf.model.Property |
getPredicateProperty(Method method)
Get the Property that is the predicate for the method. |
com.hp.hpl.jena.rdf.model.Property |
getPredicateProperty(String methodName)
Get the Property that is the predicate for the method. |
String |
getPredicateUriStr(Method method)
The the URI string of the predicate property. |
String |
getPredicateUriStr(String methodName)
The the URI string of the predicate property. |
| Method Detail |
|---|
Class<?> getImplementedClass()
PredicateInfo getPredicateInfo(String methodName,
Class<?> clazz)
methodName - The method nameclazz - The return type (for a getter type method) or parameter type (for a setter type method)
PredicateInfo getPredicateInfo(Method method)
method - The method to get information for.
String getPredicateUriStr(String methodName)
methodName - The name of the method to get the predicate for.
String getPredicateUriStr(Method method)
method - The method to get the predicate for.
com.hp.hpl.jena.rdf.model.Property getPredicateProperty(String methodName)
methodName - The method name to lookup.
com.hp.hpl.jena.rdf.model.Property getPredicateProperty(Method method)
method - The method to lookup.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||