public class UntypedOperand extends VisitorOperand
oData, primBoolean, primByte, primDate, primDateTimeOffset, primDecimal, primDouble, primDuration, primInt16, primInt32, primInt64, primNull, primSByte, primSingle, primString, primTimeOfDay, value
Constructor and Description |
---|
UntypedOperand(String literal) |
Modifier and Type | Method and Description |
---|---|
TypedOperand |
asTypedOperand() |
TypedOperand |
asTypedOperand(EdmPrimitiveType... types) |
TypedOperand |
determineType() |
EdmProperty |
getEdmProperty() |
castTo, getDefaultType, getValue, tryCast
public UntypedOperand(String literal)
public TypedOperand asTypedOperand() throws ODataApplicationException
asTypedOperand
in class VisitorOperand
ODataApplicationException
public TypedOperand asTypedOperand(EdmPrimitiveType... types) throws ODataApplicationException
asTypedOperand
in class VisitorOperand
ODataApplicationException
public TypedOperand determineType() throws ODataApplicationException
ODataApplicationException
public EdmProperty getEdmProperty()
getEdmProperty
in class VisitorOperand
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.