| Modifier and Type | Method and Description | 
|---|---|
com.google.common.base.Optional<EntityOwnershipState> | 
EntityOwnershipService.getOwnershipState(Entity forEntity)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.base.Optional<EntityOwnershipState> | 
BindingDOMEntityOwnershipServiceAdapter.getOwnershipState(Entity forEntity)  | 
| Modifier and Type | Method and Description | 
|---|---|
static EntityOwnershipState | 
EntityOwnershipState.from(boolean isOwner,
    boolean hasOwner)  | 
static EntityOwnershipState | 
EntityOwnershipState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EntityOwnershipState[] | 
EntityOwnershipState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.base.Optional<EntityOwnershipState> | 
GenericEntityOwnershipService.getOwnershipState(E forEntity)
Gets the current ownership state information for an entity. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.base.Optional<EntityOwnershipState> | 
DOMEntityOwnershipService.getOwnershipState(DOMEntity forEntity)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.base.Optional<EntityOwnershipState> | 
SimpleDOMEntityOwnershipService.getOwnershipState(DOMEntity forEntity)  | 
Copyright © 2018 OpenDaylight. All rights reserved.