Modifier and Type | Method and Description |
---|---|
Optional<EntityOwnershipState> |
EntityOwnershipService.getOwnershipState(Entity forEntity) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Optional<EntityOwnershipState> |
GenericEntityOwnershipService.getOwnershipState(E forEntity)
Gets the current ownership state information for an entity.
|
Modifier and Type | Method and Description |
---|---|
Optional<EntityOwnershipState> |
DOMEntityOwnershipService.getOwnershipState(DOMEntity forEntity) |
Modifier and Type | Method and Description |
---|---|
Optional<EntityOwnershipState> |
SimpleDOMEntityOwnershipService.getOwnershipState(DOMEntity forEntity) |
Copyright © 2019 OpenDaylight. All rights reserved.