public interface Aspect extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(String key)
Returns true if a property with the specified key exists in the Aspect.
|
Object |
get(String key)
Returns the value of the property (with the specified key).
|
AspectDefinition |
getDefinition()
Get aspect definition.
|
ContextProperty |
getProperty(String name)
Gets a property.
|
boolean |
isEmpty()
Returns true if there are no properties in the Aspect.
|
Set<String> |
keySet()
Returns the keys of all the property keys in this Aspect.
|
int |
size()
Returns the number of properties in the Aspect.
|
ContextProperty getProperty(String name)
name
- the local property nameint size()
boolean isEmpty()
boolean containsKey(String key)
key
- the property key (e.g. 'model')Object get(String key)
key
- the property key (e.g. 'model')Set<String> keySet()
AspectDefinition getDefinition()
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries