public static enum TopicDetails.Level extends Enum<TopicDetails.Level>
Enum Constant and Description |
---|
BASIC
Only the
topic type is available. |
FULL
SCHEMA plus topic attributes . |
SCHEMA
|
Modifier and Type | Method and Description |
---|---|
static TopicDetails.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicDetails.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopicDetails.Level BASIC
topic type
is available.public static final TopicDetails.Level SCHEMA
public static final TopicDetails.Level FULL
SCHEMA
plus topic attributes
.public static TopicDetails.Level[] values()
for (TopicDetails.Level c : TopicDetails.Level.values()) System.out.println(c);
public static TopicDetails.Level 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 nullCopyright © 2016 Push Technology Ltd. All Rights Reserved.