com.wewebu.ow.server.ao
Interface OwAOType<T>

All Known Subinterfaces:
OwRoleManagedAOType<T>
All Known Implementing Classes:
OwAOTypeImpl, OwRoleManagedAOImpl

public interface OwAOType<T>

Interface which should be implemented for type retrieval. Basically an interface for Parameter object of OwAOProvider

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

Since:
4.0.0.0

Method Summary
 Class<T> getClassType()
          Class which the type will be cast to.
 int getType()
          Integer representing an specific value for the requested application object.
 

Method Detail

getType

int getType()
Integer representing an specific value for the requested application object.

Returns:
int

getClassType

Class<T> getClassType()
Class which the type will be cast to.

Returns:
Class


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.