com.tibco.bpm.web.client.model.types
Class WorkListItemAttribute

java.lang.Object
  extended by com.tibco.bpm.web.client.model.types.WorkListItemAttribute
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class WorkListItemAttribute
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable

Generic Class to represent WorkList Attributes

©2013 Cloud Software Group, Inc.

Since:
3.0

Nested Class Summary
static class WorkListItemAttribute.Type
           
 
Constructor Summary
WorkListItemAttribute(java.math.BigDecimal attribute)
           
WorkListItemAttribute(java.util.Date attribute)
           
WorkListItemAttribute(java.lang.Long attribute)
           
WorkListItemAttribute(java.lang.String attribute)
           
 
Method Summary
 WorkListItemAttribute.Type getType()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkListItemAttribute

public WorkListItemAttribute(java.lang.String attribute)

WorkListItemAttribute

public WorkListItemAttribute(java.lang.Long attribute)

WorkListItemAttribute

public WorkListItemAttribute(java.util.Date attribute)

WorkListItemAttribute

public WorkListItemAttribute(java.math.BigDecimal attribute)
Method Detail

getValue

public java.lang.Object getValue()

getType

public WorkListItemAttribute.Type getType()


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.