Uses of Class
info.sswap.http.representation.LiteralValue

Packages that use LiteralValue
info.sswap.http.representation   
info.sswap.http.representation.json   
info.sswap.http.rest   
 

Uses of LiteralValue in info.sswap.http.representation
 

Methods in info.sswap.http.representation that return LiteralValue
 LiteralValue LiteralValue.asLiteral()
           
 LiteralValue Value.asLiteral()
          Returns this value as a literal.
 LiteralValue ValueBase.asLiteral()
           
 

Uses of LiteralValue in info.sswap.http.representation.json
 

Methods in info.sswap.http.representation.json that return LiteralValue
private static LiteralValue JsonPropertyFactory.buildLiteralValueFromJSONObject(org.json.JSONObject valueObject, Property property, Prefixes prefixes)
          Builds a property value object/reads information about the property (for complex property representations like "prefix:property" : { "value" : "42" } -- since only the complex representations can set datatype and cardinality restrictions).
private static LiteralValue JsonPropertyFactory.createLiteralValue(java.lang.String explicitDatatype, java.lang.String value, Prefixes prefixes)
           
 

Uses of LiteralValue in info.sswap.http.rest
 

Methods in info.sswap.http.rest that return types with arguments of type LiteralValue
protected  java.util.Collection<LiteralValue> DefinitionFactoryBase.getValuesAsLiteralCollection(Value value)
          Converts a JSON intermediate representation of a value to a collection of strings.
 



Copyright (c) 2010, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.