public class ODataContextPropertyValue extends Object implements Serializable
ODataContextPropertyValue.| Constructor and Description |
|---|
ODataContextPropertyValue() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBooleanValue() |
Double |
getFloatValue() |
Integer |
getIntegerValue() |
ODataContextSegmentPath |
getPathValue() |
Set<String> |
getSetValue() |
String |
getStringValue() |
ODataContextPropertyType |
getType() |
ODataVersion |
getVersionValue() |
void |
setBooleanValue(Boolean booleanValue) |
void |
setFloatValue(Double floatValue) |
void |
setIntegerValue(Integer integerValue) |
void |
setPathValue(ODataContextSegmentPath pathValue) |
void |
setSetValue(Set<String> setValue) |
void |
setStringValue(String stringValue) |
void |
setType(ODataContextPropertyType type) |
void |
setVersionValue(ODataVersion versionValue) |
static ODataContextPropertyValue |
valueOf(Object objectValue,
com.sdl.context.api.definition.ContextPropertyType type) |
public Boolean getBooleanValue()
public void setBooleanValue(Boolean booleanValue)
public Integer getIntegerValue()
public void setIntegerValue(Integer integerValue)
public Double getFloatValue()
public void setFloatValue(Double floatValue)
public String getStringValue()
public void setStringValue(String stringValue)
public ODataVersion getVersionValue()
public void setVersionValue(ODataVersion versionValue)
public ODataContextSegmentPath getPathValue()
public void setPathValue(ODataContextSegmentPath pathValue)
public ODataContextPropertyType getType()
public void setType(ODataContextPropertyType type)
public static ODataContextPropertyValue valueOf(Object objectValue, com.sdl.context.api.definition.ContextPropertyType type)
Copyright © 2017 SDL Group. All rights reserved.