public class TypedDistinctValue extends Object
Constructor and Description |
---|
TypedDistinctValue() |
public String getType()
Value types are returned as XSD type names, for example, "xs:integer" or "xs:date".
public <T> T get(Class<T> as)
T
- The type.as
- The instance class.Copyright © 2013-2015 MarkLogic Corporation.