Class StorageViewElement.Abstract
java.lang.Object
one.microstream.storage.restclient.StorageViewElement.Abstract
- All Implemented Interfaces:
StorageViewElement
- Direct Known Subclasses:
StorageViewComplexRangeEntry.Default
,StorageViewRange.Default
,StorageViewValue.Default
- Enclosing interface:
- StorageViewElement
public abstract static class StorageViewElement.Abstract extends Object implements StorageViewElement
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.storage.restclient.StorageViewElement
StorageViewElement.Abstract
-
Constructor Summary
Constructors Constructor Description Abstract()
-
Method Summary
Modifier and Type Method Description String
name()
StorageViewElement
parent()
String
qualifiedTypeName()
String
simpleTypeName()
String
toString()
String
value()
StorageView.Default
view()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface one.microstream.storage.restclient.StorageViewElement
hasMembers, members, parentOfType
-
Constructor Details
-
Abstract
public Abstract()
-
-
Method Details
-
view
- Specified by:
view
in interfaceStorageViewElement
-
parent
- Specified by:
parent
in interfaceStorageViewElement
-
name
- Specified by:
name
in interfaceStorageViewElement
-
value
- Specified by:
value
in interfaceStorageViewElement
-
simpleTypeName
- Specified by:
simpleTypeName
in interfaceStorageViewElement
-
qualifiedTypeName
- Specified by:
qualifiedTypeName
in interfaceStorageViewElement
-
toString
-