|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ifs.beans.LibraryObject | +--oracle.ifs.beans.TieLibraryObject | +--oracle.ifs.beans.SchemaObject | +--oracle.ifs.beans.TieSchemaObject | +--oracle.ifs.beans.ValueDefault
A ValueDefault stores the value that can be applied to an Attribute if no value is given when it is initially created. Use a ValueDefault if NULL is not a valid value for an Attribute.
Field Summary | |
static java.lang.String |
CLASS_NAME
This class name for this class. |
static java.lang.String |
DESCRIPTION_ATTRIBUTE
A textual description of this ValueDefault. |
static java.lang.String |
UNIQUENAME_ATTRIBUTE
A system-set attribute used to ensure each ValueDefault has a unique Name. |
static java.lang.String |
VALUEDEFAULTPROPERTYBUNDLE_ATTRIBUTE
The PropertyBundle that defines the values for this object. |
Fields inherited from class oracle.ifs.beans.SchemaObject |
ACTIVE_ATTRIBUTE, NAME_ATTRIBUTE, POLICYBUNDLE_ATTRIBUTE, PROPERTYBUNDLE_ATTRIBUTE |
Method Summary | |
java.lang.String |
getDescription()
Gets the description of this ValueDefault. |
AttributeValue |
getPropertyValue()
Gets the value of the ValueDefaultPropertyBundle of this ValueDefault. |
ValueDefaultPropertyBundle |
getValueDefaultPropertyBundle()
Gets the ValueDefaultPropertyBundle of this ValueDefault. |
void |
setDescription(java.lang.String description)
Sets the description of this ValueDefault. |
void |
setValueDefaultPropertyBundle(ValueDefaultPropertyBundle bundle)
Sets the ValueDefaultPropertyBundle of this ValueDefault. |
Methods inherited from class oracle.ifs.beans.SchemaObject |
getPolicyBundle, getPropertyBundle, hasNameAttribute, isActive, putPolicy, putProperty, putProperty, removeAllPolicies, removeAllProperties, removePolicy, removePolicy, removeProperty, setActive, setPolicyBundle, setPropertyBundle |
Methods inherited from class oracle.ifs.beans.LibraryObject |
equals, free, free, getAttribute, getAttributeByUpperCaseName, getAttributes, getAttributesByUpperCaseNames, getClassId, getClassObject, getDefinition, getId, getLabel, getName, getSession, handleEvent, invokeServerMethod, isInstanceOf, isTraced, lookupInstanceLabel, postEvent, postEvent, renderAsReader, renderAsStream, setAttribute, setAttribute, setAttributes, setAttributes, setName, toString, trace, update |
Methods inherited from interface oracle.ifs.common.LibraryObjectInterface |
getId |
Methods inherited from interface oracle.ifs.common.Traceable |
getTraceLogger, isTraced, trace |
Field Detail |
public static final java.lang.String CLASS_NAME
public static final java.lang.String DESCRIPTION_ATTRIBUTE
public static final java.lang.String VALUEDEFAULTPROPERTYBUNDLE_ATTRIBUTE
public static final java.lang.String UNIQUENAME_ATTRIBUTE
Method Detail |
public final void setDescription(java.lang.String description) throws IfsException
description
- the descriptionIfsException
- if the operation failspublic final java.lang.String getDescription() throws IfsException
IfsException
- if the operation failspublic final void setValueDefaultPropertyBundle(ValueDefaultPropertyBundle bundle) throws IfsException
bundle
- the ValueDefaultPropertyBundleIfsException
- if the operation failspublic final ValueDefaultPropertyBundle getValueDefaultPropertyBundle() throws IfsException
IfsException
- if the operation failspublic final AttributeValue getPropertyValue() throws IfsException
This returns an AttributeValue the represents the value set for this ValueDefault.
IfsException
- if the operation fails
|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |