Class ComplexValue
java.lang.Object
org.apache.olingo.commons.api.data.Annotatable
org.apache.olingo.commons.api.data.AbstractODataObject
org.apache.olingo.commons.api.data.Linked
org.apache.olingo.commons.api.data.ComplexValue
Represents the value of a complex property.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get string representation of type (can be null if not set).getValue()
Get list of all values for this ComplexValue.int
hashCode()
void
setTypeName
(String typeName) Set string representation of type.toString()
Methods inherited from class org.apache.olingo.commons.api.data.Linked
getAssociationLink, getAssociationLinks, getNavigationBinding, getNavigationBindings, getNavigationLink, getNavigationLinks, getOneByTitle
Methods inherited from class org.apache.olingo.commons.api.data.AbstractODataObject
getBaseURI, getId, getTitle, setBaseURI, setCommonProperty, setId
Methods inherited from class org.apache.olingo.commons.api.data.Annotatable
getAnnotations
-
Constructor Details
-
ComplexValue
public ComplexValue()
-
-
Method Details
-
getValue
Get list of all values for this ComplexValue.- Returns:
- all values for this ComplexValue (can not be null).
-
equals
-
hashCode
public int hashCode() -
toString
-
getTypeName
Get string representation of type (can be null if not set).- Returns:
- string representation of type (can be null if not set)
-
setTypeName
Set string representation of type.- Parameters:
type
- string representation of type
-