@NotStorableClass public class ObjectClassInfoAndDeclared extends Object
Modifier and Type | Field and Description |
---|---|
static ObjectClassInfoAndDeclared |
NULL |
Constructor and Description |
---|
ObjectClassInfoAndDeclared(ObjectAndPersistInfo objectAndPersistInfo,
ClassInfo declaredClassInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
declaredIsBasicOrPrimitive() |
boolean |
declaredIsNotBasicNorPrimitive() |
DataRecordIdentifier |
getDataRecordIdentifier() |
ClassInfo |
getDeclaredClassInfo() |
Object |
getObject() |
ObjectAndPersistInfo |
getObjectAndPersistInfo() |
ClassInfo |
getToWriteObjectClassInfo() |
boolean |
isArray() |
boolean |
isDeclaredBasic() |
boolean |
isDeclaredPrimitive() |
boolean |
isPrimitive() |
boolean |
isValueDefined() |
boolean |
referenceLost() |
String |
toString() |
public static final ObjectClassInfoAndDeclared NULL
public ObjectClassInfoAndDeclared(ObjectAndPersistInfo objectAndPersistInfo, ClassInfo declaredClassInfo)
public boolean isValueDefined()
public ClassInfo getDeclaredClassInfo()
public ObjectAndPersistInfo getObjectAndPersistInfo()
public ClassInfo getToWriteObjectClassInfo()
public boolean referenceLost()
public Object getObject()
public boolean isPrimitive()
public boolean isArray()
public boolean isDeclaredPrimitive()
public boolean isDeclaredBasic()
public boolean declaredIsNotBasicNorPrimitive()
public boolean declaredIsBasicOrPrimitive()
public DataRecordIdentifier getDataRecordIdentifier()
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.