|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ao.OwAOTypeImpl<T>
public class OwAOTypeImpl<T>
Simple implementation of OwAOType.
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
Constructor Summary | |
---|---|
OwAOTypeImpl(int type,
Class<T> classType)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwAOTypeImpl(int type, Class<T> classType)
Method Detail |
---|
public int getType()
OwAOType
getType
in interface OwAOType<T>
public Class<T> getClassType()
OwAOType
getClassType
in interface OwAOType<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |