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