Class PersistenceTypeDictionaryParser.TypeEntry
- java.lang.Object
-
- one.microstream.persistence.types.PersistenceTypeDictionaryEntry.Abstract
-
- one.microstream.persistence.types.PersistenceTypeDictionaryParser.TypeEntry
-
- All Implemented Interfaces:
PersistenceTypeDescription
,PersistenceTypeDictionaryEntry
,PersistenceTypeIdentity
,PersistenceTypeIdOwner
- Enclosing interface:
- PersistenceTypeDictionaryParser
public static final class PersistenceTypeDictionaryParser.TypeEntry extends PersistenceTypeDictionaryEntry.Abstract
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
PersistenceTypeDescription.Identity
-
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryEntry
PersistenceTypeDictionaryEntry.Abstract
-
-
Constructor Summary
Constructors Constructor Description TypeEntry()
-
Method Summary
Modifier and Type Method Description XGettingSequence<? extends PersistenceTypeDescriptionMember>
allMembers()
XGettingSequence<? extends PersistenceTypeDescriptionMember>
instanceMembers()
long
typeId()
String
typeName()
-
Methods inherited from class one.microstream.persistence.types.PersistenceTypeDictionaryEntry.Abstract
toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
instancePrimitiveMembers, instanceReferenceMembers, toTypeIdentifier
-
-
-
-
Method Detail
-
typeName
public String typeName()
-
typeId
public long typeId()
-
instanceMembers
public final XGettingSequence<? extends PersistenceTypeDescriptionMember> instanceMembers()
-
allMembers
public final XGettingSequence<? extends PersistenceTypeDescriptionMember> allMembers()
-
-