public class AspectType
extends Object
implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
AspectType.CategoryEnum
If the aspect-type is used for static data or time-series.
|
static class |
AspectType.ScopeEnum
Visibility of aspecttype.
|
| Constructor and Description |
|---|
AspectType() |
| Modifier and Type | Method and Description |
|---|---|
AspectType |
addVariablesItem(AspectVariable variablesItem) |
AspectType |
category(AspectType.CategoryEnum category) |
AspectType |
description(String description) |
boolean |
equals(Object o) |
AspectType.CategoryEnum |
getCategory()
If the aspect-type is used for static data or time-series.
|
String |
getDescription()
The description of the aspect type
|
String |
getName()
Name of the aspect type.
|
AspectType.ScopeEnum |
getScope()
Visibility of aspecttype.
|
List<AspectVariable> |
getVariables()
Variables of the aspect-type.
|
int |
hashCode() |
AspectType |
name(String name) |
AspectType |
scope(AspectType.ScopeEnum scope) |
void |
setCategory(AspectType.CategoryEnum category) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setScope(AspectType.ScopeEnum scope) |
void |
setVariables(List<AspectVariable> variables) |
String |
toString() |
AspectType |
variables(List<AspectVariable> variables) |
public AspectType name(String name)
public String getName()
public void setName(String name)
public AspectType category(AspectType.CategoryEnum category)
public AspectType.CategoryEnum getCategory()
public void setCategory(AspectType.CategoryEnum category)
public AspectType scope(AspectType.ScopeEnum scope)
public AspectType.ScopeEnum getScope()
public void setScope(AspectType.ScopeEnum scope)
public AspectType description(String description)
public String getDescription()
public void setDescription(String description)
public AspectType variables(List<AspectVariable> variables)
public AspectType addVariablesItem(AspectVariable variablesItem)
public List<AspectVariable> getVariables()
public void setVariables(List<AspectVariable> variables)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object