org.openrdf.sail.rdbms.schema
Class ValueTypes
java.lang.Object
org.openrdf.sail.rdbms.schema.ValueTypes
- All Implemented Interfaces:
- Cloneable
public class ValueTypes
- extends Object
- implements Cloneable
A bit array of the possible value types that have been stored in an object
column.
- Author:
- James Leigh
UNKNOWN
public static ValueTypes UNKNOWN
RESOURCE
public static ValueTypes RESOURCE
URI
public static ValueTypes URI
ValueTypes
public ValueTypes()
isBNodes
public boolean isBNodes()
isURIs
public boolean isURIs()
isLiterals
public boolean isLiterals()
isTyped
public boolean isTyped()
isNumeric
public boolean isNumeric()
isCalendar
public boolean isCalendar()
isLanguages
public boolean isLanguages()
isLong
public boolean isLong()
reset
public void reset()
add
public void add(ValueType code)
merge
public ValueTypes merge(ValueTypes valueTypes)
clone
public ValueTypes clone()
- Overrides:
clone in class Object
Copyright © 2001-2012 Aduna. All Rights Reserved.