public enum ElementOrPropertyStatus extends Enum<ElementOrPropertyStatus>
| Modifier and Type | Method and Description |
|---|---|
static ElementOrPropertyStatus |
getStatus(VisalloPropertyUpdate propertyUpdate) |
static ElementOrPropertyStatus |
safeParse(String status) |
static ElementOrPropertyStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementOrPropertyStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementOrPropertyStatus HIDDEN
public static final ElementOrPropertyStatus UNHIDDEN
public static final ElementOrPropertyStatus DELETION
public static final ElementOrPropertyStatus UPDATE
public static ElementOrPropertyStatus[] values()
for (ElementOrPropertyStatus c : ElementOrPropertyStatus.values()) System.out.println(c);
public static ElementOrPropertyStatus 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 static ElementOrPropertyStatus safeParse(String status)
public static ElementOrPropertyStatus getStatus(VisalloPropertyUpdate propertyUpdate)
Copyright © 2013–2017 V5 Analytics. All rights reserved.