public final class StarGraph.StarProperty<V> extends Object implements Property<V>, Attachable<Property<V>>
Property.Exceptions
Attachable.Exceptions, Attachable.Method
Modifier and Type | Method and Description |
---|---|
Element |
element()
Get the element that this property is associated with.
|
boolean |
equals(Object object) |
Property<V> |
get()
Get the raw object trying to be attached.
|
int |
hashCode() |
boolean |
isPresent()
Whether the property is empty or not.
|
String |
key()
The key of the property.
|
void |
remove()
Remove the property from the associated element.
|
String |
toString() |
V |
value()
The value of the property.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
empty, ifPresent, orElse, orElseGet, orElseThrow
attach
public V value() throws NoSuchElementException
Property
value
in interface Property<V>
NoSuchElementException
- thrown if the property is emptypublic boolean isPresent()
Property
public Element element()
Property
public void remove()
Property
public Property<V> get()
Attachable
get
in interface Attachable<Property<V>>
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.