Package org.comroid.uniform.node
Interface UniValueNode.Adapter<T>
-
- All Superinterfaces:
UniNode.Adapter
- All Known Implementing Classes:
UniValueNode.Adapter.ViaString
- Enclosing class:
- UniValueNode<T>
public static interface UniValueNode.Adapter<T> extends UniNode.Adapter
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classUniValueNode.Adapter.ViaString
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <R> Rget(ValueType<R> as)@Nullable java.lang.Stringset(java.lang.String value)-
Methods inherited from interface org.comroid.uniform.node.UniNode.Adapter
getBaseNode
-
-
-
-
Method Detail
-
get
@Nullable <R> R get(ValueType<R> as)
-
set
@Nullable @Nullable java.lang.String set(java.lang.String value)
-
-