public static enum SouthboundConstants.OwnershipStates extends Enum<SouthboundConstants.OwnershipStates>
Modifier and Type | Method and Description |
---|---|
String |
getState() |
String |
toString() |
static SouthboundConstants.OwnershipStates |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SouthboundConstants.OwnershipStates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SouthboundConstants.OwnershipStates OWNER
public static final SouthboundConstants.OwnershipStates NONOWNER
public static SouthboundConstants.OwnershipStates[] values()
for (SouthboundConstants.OwnershipStates c : SouthboundConstants.OwnershipStates.values()) System.out.println(c);
public static SouthboundConstants.OwnershipStates 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 toString()
toString
in class Enum<SouthboundConstants.OwnershipStates>
public String getState()
Copyright © 2018 OpenDaylight. All rights reserved.