@OpenApi
public class MetricType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static MetricType |
BASIC_TYPE
Basic type group.
|
static MetricType |
CLASS_EMPLOYMENT
Class employment type group.
|
static MetricType |
COHESION
Cohesion type group.
|
static MetricType |
COMPLEXITY
Complexity type group.
|
static MetricType |
DIAGRAMS
Diagrams type group.
|
static MetricType |
INHERITANCE
Inheritance type group.
|
static MetricType |
MODEL_SIZE
Model size type group.
|
static MetricType |
MOOD
Metrics for Object Oriented Design type group.
|
static MetricType |
OTHER
Other type group.
|
static MetricType |
RELATIONSHIPS
Relationships type group.
|
static MetricType |
REQUIREMENTS
Requirements type group.
|
| Constructor and Description |
|---|
MetricType(java.lang.String type,
java.lang.String description)
Construct a metric type with the given parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getType() |
void |
setDescription(java.lang.String description) |
void |
setType(java.lang.String type)
Set the name of the type
|
@OpenApi public static MetricType BASIC_TYPE
@OpenApi public static MetricType MODEL_SIZE
@OpenApi public static MetricType RELATIONSHIPS
@OpenApi public static MetricType DIAGRAMS
@OpenApi public static MetricType CLASS_EMPLOYMENT
@OpenApi public static MetricType INHERITANCE
@OpenApi public static MetricType COHESION
@OpenApi public static MetricType COMPLEXITY
@OpenApi public static MetricType MOOD
@OpenApi public static MetricType OTHER
@OpenApi public static MetricType REQUIREMENTS
@OpenApi
public MetricType(java.lang.String type,
java.lang.String description)
type - Name of the type groupdescription - The description.@OpenApi public java.lang.String getDescription()
@OpenApi public void setDescription(java.lang.String description)
description - The description to set.@OpenApi public java.lang.String getType()
@OpenApi public void setType(java.lang.String type)
type - The type to set.