public class ODataContextPropertyDefinition extends Object implements Serializable
ContextPropertyDefinition.| Constructor and Description |
|---|
ODataContextPropertyDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAspectName() |
ODataContextPropertyValue |
getDefaultValue() |
String |
getExpression() |
int |
getExpressionTrust() |
List<String> |
getImplies() |
String |
getPropertyName() |
ODataContextPropertyType |
getPropertyType() |
List<String> |
getRequires() |
boolean |
isIdentifier() |
void |
setAspectName(String aspectName) |
void |
setDefaultValue(ODataContextPropertyValue defaultValue) |
void |
setExpression(String expression) |
void |
setExpressionTrust(int expressionTrust) |
void |
setIdentifier(boolean identifier) |
void |
setImplies(List<String> implies) |
void |
setPropertyName(String propertyName) |
void |
setPropertyType(ODataContextPropertyType propertyType) |
void |
setRequires(List<String> requires) |
static ODataContextPropertyDefinition |
valueOf(com.sdl.context.api.definition.ContextPropertyDefinition propertyDefinition) |
public String getPropertyName()
public void setPropertyName(String propertyName)
public String getAspectName()
public void setAspectName(String aspectName)
public String getExpression()
public void setExpression(String expression)
public ODataContextPropertyType getPropertyType()
public void setPropertyType(ODataContextPropertyType propertyType)
public boolean isIdentifier()
public void setIdentifier(boolean identifier)
public int getExpressionTrust()
public void setExpressionTrust(int expressionTrust)
public ODataContextPropertyValue getDefaultValue()
public void setDefaultValue(ODataContextPropertyValue defaultValue)
public static ODataContextPropertyDefinition valueOf(com.sdl.context.api.definition.ContextPropertyDefinition propertyDefinition)
Copyright © 2016 SDL Group. All rights reserved.