com.tibco.bpm.web.client.model.types
Class CustomAttribute
java.lang.Object
com.tibco.bpm.web.client.model.types.CustomAttribute
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class CustomAttribute
- extends java.lang.Object
- implements com.google.gwt.user.client.rpc.IsSerializable
Details of a Custom Attribute
©2013 TIBCO Software Inc.
- Since:
- 2.2.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CustomAttribute
public CustomAttribute()
CustomAttribute
public CustomAttribute(java.lang.String name,
java.lang.String value)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2015 TIBCO Software Inc. All Rights Reserved.