public interface OwField
Base interface for fields, like object properties or search criteria.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Modifier and Type | Method and Description |
|---|---|
OwFieldDefinition |
getFieldDefinition()
get the corresponding field definition of the field
|
Object |
getValue()
get the value of the field.
|
void |
setValue(Object oValue_p)
set the value of the field.
|
Object getValue() throws Exception
Exceptionvoid setValue(Object oValue_p) throws Exception
oValue_p - value of field if field is scalar, or a java.io.List of objects if field is an arrayExceptionOwFieldDefinition getFieldDefinition() throws Exception
ExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.