org.eclipse.graphiti.func
Class Proposal
java.lang.Object
org.eclipse.graphiti.func.Proposal
- All Implemented Interfaces:
- IProposal
public class Proposal
- extends Object
- implements IProposal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
private String text
object
private Object object
Proposal
public Proposal(String text)
Proposal
public Proposal(String text,
Object object)
getObject
public Object getObject()
- Specified by:
getObject
in interface IProposal
getText
public String getText()
- Specified by:
getText
in interface IProposal
setObject
public void setObject(Object object)
setText
public void setText(String text)
textsToProposals
public static Proposal[] textsToProposals(String[] texts)
proposalsToTexts
public static String[] proposalsToTexts(IProposal[] proposals)
Copyright (c) SAP AG 2005, 2010.