| 
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.beasys.commerce.axiom.document.ref.DefaultDocumentSchema.PropertyInfo
Helper data structure.
| Field Summary | |
 java.lang.Object | 
defValue
The default value for the property.  | 
 java.lang.String | 
description
A description.  | 
 boolean | 
isMultiValued
Multi-valued flag.  | 
 java.util.List | 
possibleValues
Possible values.  | 
 int | 
type
The property type (BOOLEAN, NUMERIC, TEXT, DATETIME, USER_DEFINED).  | 
| Constructor Summary | |
DefaultDocumentSchema.PropertyInfo()
Constructor.  | 
|
DefaultDocumentSchema.PropertyInfo(int type,
                                   java.lang.Object defValue,
                                   boolean isMultiValued,
                                   java.util.List possibleValues,
                                   java.lang.String description)
Constructor.  | 
|
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public int type
public java.lang.Object defValue
public boolean isMultiValued
public java.util.List possibleValues
public java.lang.String description
| Constructor Detail | 
public DefaultDocumentSchema.PropertyInfo(int type,
                                          java.lang.Object defValue,
                                          boolean isMultiValued,
                                          java.util.List possibleValues,
                                          java.lang.String description)
public DefaultDocumentSchema.PropertyInfo()
All fields are blank using this constructor.
  | 
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||