public class ContextAttribute extends Object
| Constructor and Description |
|---|
ContextAttribute() |
ContextAttribute(String name,
String type,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetadata(ContextMetadata metadata) |
Object |
get(String name) |
List<ContextMetadata> |
getMetadata() |
String |
getName() |
String |
getType() |
Object |
getValue() |
void |
setMetadata(List<ContextMetadata> metadata) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(Object value) |
String |
toString() |
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public Object getValue()
public void setValue(Object value)
public List<ContextMetadata> getMetadata()
public void setMetadata(List<ContextMetadata> metadata)
public void addMetadata(ContextMetadata metadata)
Copyright © 2016 Orange. All rights reserved.