org.kobjects.serialization
Class PropertyInfo
java.lang.Object
|
+--org.kobjects.serialization.ElementType
|
+--org.kobjects.serialization.PropertyInfo
- public class PropertyInfo
- extends ElementType
This class is used to store information about each property
an implementation of KvmSerializable exposes.
|
Field Summary |
java.lang.String |
name
Name of the property |
boolean |
nonpermanent
the equivalent to transient, but named differently because
transient is a reserved keyword |
|
Method Summary |
void |
clear()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
- Name of the property
nonpermanent
public boolean nonpermanent
- the equivalent to transient, but named differently because
transient is a reserved keyword
PropertyInfo
public PropertyInfo()
PropertyInfo
public PropertyInfo(java.lang.String name,
java.lang.Object type)
PropertyInfo
public PropertyInfo(java.lang.String name,
java.lang.Object type,
boolean multiRef,
ElementType elementType)
clear
public void clear()
- Overrides:
clear in class ElementType