com.wewebu.ow.server.field
Interface OwEnum

All Known Implementing Classes:
OwStandardEnum, OwStandardLocalizeableEnum

public interface OwEnum

Pair of enum value and display name strings for each enum entry. Used in getEnums of OwFieldDefinition.

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
 OwEnumCollection getChilds()
          get the contained child collection
 String getDisplayName(Locale local_p)
          get a display name
 Object getValue()
          get the enum value
 boolean hasChildEnums()
          check if enum has a contained child collection
 

Method Detail

getValue

Object getValue()
get the enum value


getDisplayName

String getDisplayName(Locale local_p)
get a display name


hasChildEnums

boolean hasChildEnums()
check if enum has a contained child collection


getChilds

OwEnumCollection getChilds()
get the contained child collection

Returns:
OwEnumCollection or null if item has no children


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.