com.hp.hpl.jena.sparql.pfunction
Class PropFuncArgType

java.lang.Object
  extended by com.hp.hpl.jena.sparql.util.Symbol
      extended by com.hp.hpl.jena.sparql.pfunction.PropFuncArgType

public class PropFuncArgType
extends Symbol


Field Summary
static PropFuncArgType PF_ARG_EITHER
           
static PropFuncArgType PF_ARG_LIST
           
static PropFuncArgType PF_ARG_SINGLE
           
 
Constructor Summary
PropFuncArgType(String symbol)
           
 
Method Summary
 
Methods inherited from class com.hp.hpl.jena.sparql.util.Symbol
create, create, equals, getSymbol, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PF_ARG_LIST

public static final PropFuncArgType PF_ARG_LIST

PF_ARG_SINGLE

public static final PropFuncArgType PF_ARG_SINGLE

PF_ARG_EITHER

public static final PropFuncArgType PF_ARG_EITHER
Constructor Detail

PropFuncArgType

public PropFuncArgType(String symbol)
Parameters:
symbol -


Licenced under the Apache License, Version 2.0