|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Method Summary | |
---|---|
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. |
Method Detail |
---|
Object getValue() throws Exception
Exception
void 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 array
Exception
OwFieldDefinition getFieldDefinition() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |