Uses of Class
org.d2rq.r2rml.TermMap.TermType

Packages that use TermMap.TermType
org.d2rq.r2rml   
 

Uses of TermMap.TermType in org.d2rq.r2rml
 

Methods in org.d2rq.r2rml that return TermMap.TermType
abstract  TermMap.TermType TermMap.ColumnOrTemplateValuedTermMap.getDefaultObjectMapTermType()
          The default term type if not overridden by rr:termType or presence of rr:datatype or rr:language
 TermMap.TermType TermMap.ColumnValuedTermMap.getDefaultObjectMapTermType()
           
 TermMap.TermType TermMap.TemplateValuedTermMap.getDefaultObjectMapTermType()
           
static TermMap.TermType TermMap.TermType.getFor(Resource resource)
           
 TermMap.TermType TermMap.ColumnOrTemplateValuedTermMap.getSpecifiedTermType()
          The term type as specified by rr:termType, or null if the property is not present
abstract  TermMap.TermType TermMap.getTermType(TermMap.Position position)
           
 TermMap.TermType TermMap.ConstantValuedTermMap.getTermType(TermMap.Position position)
           
 TermMap.TermType TermMap.ColumnOrTemplateValuedTermMap.getTermType(TermMap.Position position)
           
static TermMap.TermType TermMap.TermType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TermMap.TermType[] TermMap.TermType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.d2rq.r2rml with parameters of type TermMap.TermType
 boolean TermMap.Position.isAllowedTermType(TermMap.TermType termType)
           
 void TermMap.ColumnOrTemplateValuedTermMap.setSpecifiedTermType(TermMap.TermType termType)