public class UntypedOperand extends VisitorOperand
value
Constructor and Description |
---|
UntypedOperand(String literal) |
Modifier and Type | Method and Description |
---|---|
TypedOperand |
asTypedOperand() |
TypedOperand |
asTypedOperand(org.apache.olingo.commons.api.edm.EdmPrimitiveType... types) |
TypedOperand |
determineType() |
org.apache.olingo.commons.api.edm.EdmProperty |
getEdmProperty() |
castTo, getDefaultType, getValue, tryCast
public UntypedOperand(String literal)
public TypedOperand asTypedOperand() throws org.apache.olingo.server.api.ODataApplicationException
asTypedOperand
in class VisitorOperand
org.apache.olingo.server.api.ODataApplicationException
public TypedOperand asTypedOperand(org.apache.olingo.commons.api.edm.EdmPrimitiveType... types) throws org.apache.olingo.server.api.ODataApplicationException
asTypedOperand
in class VisitorOperand
org.apache.olingo.server.api.ODataApplicationException
public TypedOperand determineType() throws org.apache.olingo.server.api.ODataApplicationException
org.apache.olingo.server.api.ODataApplicationException
public org.apache.olingo.commons.api.edm.EdmProperty getEdmProperty()
getEdmProperty
in class VisitorOperand
Copyright © 2019 WSO2. All rights reserved.