public enum CornerParam extends java.lang.Enum<CornerParam>
Enum Constant and Description |
---|
agent |
archimate |
card |
component |
DEFAULT |
diagramBorder |
hexagon |
person |
rectangle |
titleBorder |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDiagonalKey() |
java.lang.String |
getRoundKey() |
static CornerParam |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CornerParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CornerParam DEFAULT
public static final CornerParam diagramBorder
public static final CornerParam titleBorder
public static final CornerParam rectangle
public static final CornerParam person
public static final CornerParam hexagon
public static final CornerParam archimate
public static final CornerParam component
public static final CornerParam card
public static final CornerParam agent
public static CornerParam[] values()
for (CornerParam c : CornerParam.values()) System.out.println(c);
public static CornerParam valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getRoundKey()
public java.lang.String getDiagonalKey()