@Beta public enum BindingNamespaceType extends Enum<BindingNamespaceType>
Enum Constant and Description |
---|
Builder |
Data |
Grouping |
Identity |
Key |
Notification |
Operation |
Typedef
Namespace containing all derived types, defined from grouping and data namespaces
|
Modifier and Type | Method and Description |
---|---|
String |
getPackagePrefix() |
static Boolean |
isData(BindingNamespaceType type) |
static Boolean |
isGrouping(BindingNamespaceType type) |
static Boolean |
isNotificationData(BindingNamespaceType type) |
static Boolean |
isOperationData(BindingNamespaceType type) |
static Boolean |
isTreeData(BindingNamespaceType type) |
static BindingNamespaceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindingNamespaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BindingNamespaceType Typedef
public static final BindingNamespaceType Identity
public static final BindingNamespaceType Key
public static final BindingNamespaceType Data
public static final BindingNamespaceType Notification
public static final BindingNamespaceType Operation
public static final BindingNamespaceType Grouping
public static final BindingNamespaceType Builder
public static BindingNamespaceType[] values()
for (BindingNamespaceType c : BindingNamespaceType.values()) System.out.println(c);
public static BindingNamespaceType 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 getPackagePrefix()
public static Boolean isData(BindingNamespaceType type)
public static Boolean isTreeData(BindingNamespaceType type)
public static Boolean isNotificationData(BindingNamespaceType type)
public static Boolean isOperationData(BindingNamespaceType type)
public static Boolean isGrouping(BindingNamespaceType type)
Copyright © 2019 OpenDaylight. All rights reserved.