net.sourceforge.plantuml
Enum RoundParam
- java.lang.Object
-
- java.lang.Enum<RoundParam>
-
- net.sourceforge.plantuml.RoundParam
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<RoundParam>
public enum RoundParam extends java.lang.Enum<RoundParam>
-
-
Enum Constant Summary
Enum Constants Enum Constant and Description componentDEFAULTdiagramBorderrectangletitleBorder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetKey()static RoundParamvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RoundParam[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DEFAULT
public static final RoundParam DEFAULT
-
diagramBorder
public static final RoundParam diagramBorder
-
titleBorder
public static final RoundParam titleBorder
-
rectangle
public static final RoundParam rectangle
-
component
public static final RoundParam component
-
-
Method Detail
-
values
public static RoundParam[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (RoundParam c : RoundParam.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RoundParam valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getKey
public java.lang.String getKey()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG