public enum CableUIPropertyCondition extends Enum<CableUIPropertyCondition>
| Modifier and Type | Method and Description |
|---|---|
String |
getCablePropertyCondition() |
static CableUIPropertyCondition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CableUIPropertyCondition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CableUIPropertyCondition VALID
public static final CableUIPropertyCondition OBSOLETE
public static final CableUIPropertyCondition DELETED
public static final CableUIPropertyCondition INVALID
public static CableUIPropertyCondition[] values()
for (CableUIPropertyCondition c : CableUIPropertyCondition.values()) System.out.println(c);
public static CableUIPropertyCondition 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 getCablePropertyCondition()
Copyright © 2025 European Spallation Source. All rights reserved.