public enum PlantUMLClassesDiagramRelationType extends Enum<PlantUMLClassesDiagramRelationType>
| Enum Constant and Description |
|---|
EXTEND_RELATION_TYPE
The extend relation type.
|
IMPLEMENT_RELATION_TYPE
The implement relation type.
|
USE_RELATION_TYPE
The use relation type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRightRelationSymbol()
Gets the value of
rightRelationSymbol. |
static PlantUMLClassesDiagramRelationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlantUMLClassesDiagramRelationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlantUMLClassesDiagramRelationType EXTEND_RELATION_TYPE
public static final PlantUMLClassesDiagramRelationType IMPLEMENT_RELATION_TYPE
public static final PlantUMLClassesDiagramRelationType USE_RELATION_TYPE
public static PlantUMLClassesDiagramRelationType[] values()
for (PlantUMLClassesDiagramRelationType c : PlantUMLClassesDiagramRelationType.values()) System.out.println(c);
public static PlantUMLClassesDiagramRelationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getRightRelationSymbol()
rightRelationSymbol.rightRelationSymbol.Copyright © 2014 Sourceforge. All rights reserved.