Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


oracle.imaging
Class Document.FieldValue

java.lang.Object
  extended by oracle.imaging.BaseId
      extended by oracle.imaging.Document.FieldValue

Enclosing class:
Document

public static class Document.FieldValue
extends BaseId

A data structure containing properties for a single meta data value for the document. Instances of this structure are passing in an array when supply the complete or partial metadata set for a document.


Field Summary

 

Fields inherited from class oracle.imaging.BaseId
ID_COMPARATOR, NAME_COMPARATOR

 

Constructor Summary
Document.FieldValue()
           
Document.FieldValue(Application.FieldDefinition fieldDefinition, java.lang.Object value)
          Convienence constructor with complete information.
Document.FieldValue(long id, FieldType fieldType, java.lang.Object value)
          Convienence constructor with complete information.
Document.FieldValue(long id, java.lang.Object value)
          Convienence constructor with complete information.
Document.FieldValue(long id, java.lang.String name, FieldType fieldType, java.lang.Object value)
          Convienence constructor with complete information.
Document.FieldValue(long id, java.lang.String name, java.lang.Object value)
          Convienence constructor with complete information.
Document.FieldValue(java.lang.String name, FieldType fieldType, java.lang.Object value)
          Convienence constructor with complete information.
Document.FieldValue(java.lang.String name, java.lang.Object value)
          Convienence constructor with complete information.

 

Method Summary
 long getId()
          Gets the field value Id property.
 java.lang.String getName()
          Gets the field value Name property.
 java.lang.String getStringValue()
           
 FieldType getType()
           
 TypedValue getTypedValue()
           
 java.lang.Object getValue()
           
 void setId(long id)
          Sets the field value Id property.
 void setName(java.lang.String name)
          Sets the field value Name property.
 void setValue(java.lang.Object value)
           
 java.lang.String toString()
          Gets the field audit.

 

Methods inherited from class oracle.imaging.BaseId
equals, hashCode, nameTrimOrNull, toNameId

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

Document.FieldValue

public Document.FieldValue()

Document.FieldValue

public Document.FieldValue(java.lang.String name,
                           java.lang.Object value)
Convienence constructor with complete information.
Parameters:
name - The unique name for the FieldValue object.
value - The value of the FieldValue object.

Document.FieldValue

public Document.FieldValue(long id,
                           java.lang.Object value)
Convienence constructor with complete information.
Parameters:
id - The unique name for the FieldValue object.
value - The value of the FieldValue object.

Document.FieldValue

public Document.FieldValue(long id,
                           java.lang.String name,
                           java.lang.Object value)
Convienence constructor with complete information.
Parameters:
id - The unique identifier for the FieldValue object.
name - The unique name for the FieldValue object.
value - The value of the FieldValue object.

Document.FieldValue

public Document.FieldValue(long id,
                           FieldType fieldType,
                           java.lang.Object value)
Convienence constructor with complete information.
Parameters:
id - The unique identifier for the FieldValue object.
fieldType - The fieldtype for the field.
value - The value of the FieldValue object.

Document.FieldValue

public Document.FieldValue(java.lang.String name,
                           FieldType fieldType,
                           java.lang.Object value)
Convienence constructor with complete information.
Parameters:
name - The unique name for the FieldValue object.
fieldType - The fieldtype for the field.
value - The value of the FieldValue object.

Document.FieldValue

public Document.FieldValue(long id,
                           java.lang.String name,
                           FieldType fieldType,
                           java.lang.Object value)
Convienence constructor with complete information.
Parameters:
id - The unique identifier for the FieldValue object.
name - The unique name for the FieldValue object.
fieldType - The fieldtype for the field.
value - The value of the FieldValue object.

Document.FieldValue

public Document.FieldValue(Application.FieldDefinition fieldDefinition,
                           java.lang.Object value)
Convienence constructor with complete information.
Parameters:
fieldDefinition - Definition from which to obtain the unique identifier and unique name.
value - The value of the FieldValue object.

Method Detail

setName

public void setName(java.lang.String name)
Sets the field value Name property.
Specified by:
setName in class BaseId
Parameters:
name - The new Name property value.

getName

public java.lang.String getName()
Gets the field value Name property.
Specified by:
getName in class BaseId
Returns:
The field value Name property value

setId

public void setId(long id)
Sets the field value Id property.
Specified by:
setId in class BaseId
Parameters:
id - The new field value Name property value.

getId

public long getId()
Gets the field value Id property.
Specified by:
getId in class BaseId
Returns:
The field value Id property value

getType

public FieldType getType()

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)

getStringValue

public java.lang.String getStringValue()

getTypedValue

public TypedValue getTypedValue()

toString

public java.lang.String toString()
Gets the field audit.
Overrides:
toString in class BaseId
Returns:
The audit for the field values Id property value

Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.