public enum PlantUMLClassesDiagramElementTag extends Enum<PlantUMLClassesDiagramElementTag>
| Enum Constant and Description |
|---|
ABSTRACT_CLASS_TAG
The "abstract class" tag.
|
ANNOTATION_TAG
The "annotation" tag.
|
CLASS_TAG
The "class" tag.
|
ENUM_TAG
The "enum" tag.
|
INTERFACE_TAG
The "interface" tag.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTagName()
Gets the value of
tagName. |
static PlantUMLClassesDiagramElementTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlantUMLClassesDiagramElementTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlantUMLClassesDiagramElementTag ABSTRACT_CLASS_TAG
public static final PlantUMLClassesDiagramElementTag ANNOTATION_TAG
public static final PlantUMLClassesDiagramElementTag CLASS_TAG
public static final PlantUMLClassesDiagramElementTag ENUM_TAG
public static final PlantUMLClassesDiagramElementTag INTERFACE_TAG
public static PlantUMLClassesDiagramElementTag[] values()
for (PlantUMLClassesDiagramElementTag c : PlantUMLClassesDiagramElementTag.values()) System.out.println(c);
public static PlantUMLClassesDiagramElementTag 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 getTagName()
tagName.tagName.Copyright © 2014 Sourceforge. All rights reserved.