public static enum LastChangeParser.CONSTANTS extends Enum<LastChangeParser.CONSTANTS>
| Enum Constant and Description |
|---|
Event |
InstanceID |
val |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(String s) |
static LastChangeParser.CONSTANTS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LastChangeParser.CONSTANTS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LastChangeParser.CONSTANTS Event
public static final LastChangeParser.CONSTANTS InstanceID
public static final LastChangeParser.CONSTANTS val
public static LastChangeParser.CONSTANTS[] values()
for (LastChangeParser.CONSTANTS c : LastChangeParser.CONSTANTS.values()) System.out.println(c);
public static LastChangeParser.CONSTANTS 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 boolean equals(String s)
Copyright © 2023 jUPnP.org. All rights reserved.