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 Stringname()StorageViewElementparent()StringqualifiedTypeName()StringsimpleTypeName()StringtoString()Stringvalue()StorageView.Defaultview()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface one.microstream.storage.restclient.StorageViewElement
hasMembers, members, parentOfType
-
Constructor Details
-
Abstract
public Abstract()
-
-
Method Details
-
view
- Specified by:
viewin interfaceStorageViewElement
-
parent
- Specified by:
parentin interfaceStorageViewElement
-
name
- Specified by:
namein interfaceStorageViewElement
-
value
- Specified by:
valuein interfaceStorageViewElement
-
simpleTypeName
- Specified by:
simpleTypeNamein interfaceStorageViewElement
-
qualifiedTypeName
- Specified by:
qualifiedTypeNamein interfaceStorageViewElement
-
toString
-