|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ksoap2.serialization.PropertyInfo
public class PropertyInfo
This class is used to store information about each property an implementation of KvmSerializable exposes.
Field Summary | |
---|---|
static java.lang.Class |
BOOLEAN_CLASS
|
PropertyInfo |
elementType
Element type for array properties, null if not array prop. |
int |
flags
|
static java.lang.Class |
INTEGER_CLASS
|
static java.lang.Class |
LONG_CLASS
|
static int |
MULTI_REF
|
boolean |
multiRef
if a property is multi-referenced, set this flag to true. |
java.lang.String |
name
Name of the property |
java.lang.String |
namespace
Namespace of this property |
static java.lang.Class |
OBJECT_CLASS
|
static PropertyInfo |
OBJECT_TYPE
|
static int |
REF_ONLY
|
static java.lang.Class |
STRING_CLASS
|
static int |
TRANSIENT
|
java.lang.Object |
type
Type of the property/elements. |
static java.lang.Class |
VECTOR_CLASS
|
Constructor Summary | |
---|---|
PropertyInfo()
|
Method Summary | |
---|---|
void |
clear()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class OBJECT_CLASS
public static final java.lang.Class STRING_CLASS
public static final java.lang.Class INTEGER_CLASS
public static final java.lang.Class LONG_CLASS
public static final java.lang.Class BOOLEAN_CLASS
public static final java.lang.Class VECTOR_CLASS
public static final PropertyInfo OBJECT_TYPE
public static final int TRANSIENT
public static final int MULTI_REF
public static final int REF_ONLY
public java.lang.String name
public java.lang.String namespace
public int flags
public java.lang.Object type
public boolean multiRef
public PropertyInfo elementType
Constructor Detail |
---|
public PropertyInfo()
Method Detail |
---|
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |