Uses of Interface
adams.core.SerializableObject
-
Packages that use SerializableObject Package Description adams.core -
-
Uses of SerializableObject in adams.core
Fields in adams.core declared as SerializableObject Modifier and Type Field Description protected SerializableObject
SerializableObjectHelper. m_Owner
the owner.Methods in adams.core that return SerializableObject Modifier and Type Method Description SerializableObject
SerializableObjectHelper. getOwner()
Returns the owning object.Constructors in adams.core with parameters of type SerializableObject Constructor Description SerializableObjectHelper(SerializableObject owner)
Initializes the helper.
-