public enum BorderRadiusApplication extends Enum<BorderRadiusApplication> implements ModelEnum
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static BorderRadiusApplication |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BorderRadiusApplication[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BorderRadiusApplication AROUND
public static final BorderRadiusApplication END
public static BorderRadiusApplication[] values()
for (BorderRadiusApplication c : BorderRadiusApplication.values()) System.out.println(c);
public static BorderRadiusApplication 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 toString()
toString
in class Enum<BorderRadiusApplication>
Copyright © 2024. All rights reserved.