public enum LineParam extends Enum<LineParam>
Enum Constant and Description |
---|
classBorder |
noteBorder |
objectBorder |
packageBorder |
partitionBorder |
sequenceActorBorder |
sequenceDividerBorder |
sequenceGroupBorder |
sequenceLifeLineBorder |
sequenceParticipantBorder |
sequenceReferenceBorder |
swimlaneBorder |
Modifier and Type | Method and Description |
---|---|
static LineParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineParam sequenceActorBorder
public static final LineParam sequenceDividerBorder
public static final LineParam sequenceLifeLineBorder
public static final LineParam sequenceParticipantBorder
public static final LineParam noteBorder
public static final LineParam sequenceGroupBorder
public static final LineParam sequenceReferenceBorder
public static final LineParam classBorder
public static final LineParam objectBorder
public static final LineParam partitionBorder
public static final LineParam packageBorder
public static final LineParam swimlaneBorder
public static LineParam[] values()
for (LineParam c : LineParam.values()) System.out.println(c);
public static LineParam 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 nullCopyright © 2016. All Rights Reserved.