|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.graphiti.pattern.mapping.LinkCreationInfo
public class LinkCreationInfo
The Class LinkCreationInfo.
| Field Summary | |
|---|---|
private java.lang.Object[] |
businessObjects
|
private java.lang.String |
property
|
| Constructor Summary | |
|---|---|
LinkCreationInfo(java.lang.Object businessObject)
Creates a new LinkCreationInfo. |
|
LinkCreationInfo(java.lang.Object[] businessObjects)
Creates a new LinkCreationInfo. |
|
LinkCreationInfo(java.lang.Object[] businessObjects,
java.lang.String property)
Creates a new LinkCreationInfo. |
|
| Method Summary | |
|---|---|
java.lang.Object[] |
getBusinessObjects()
Gets the business objects. |
java.lang.String |
getProperty()
Gets the property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.Object[] businessObjects
private java.lang.String property
| Constructor Detail |
|---|
public LinkCreationInfo(java.lang.Object businessObject)
LinkCreationInfo.
businessObject - the business objectpublic LinkCreationInfo(java.lang.Object[] businessObjects)
LinkCreationInfo.
businessObjects - the business objects
public LinkCreationInfo(java.lang.Object[] businessObjects,
java.lang.String property)
LinkCreationInfo.
businessObjects - the business objectsproperty - the property| Method Detail |
|---|
public java.lang.Object[] getBusinessObjects()
ILinkCreationInfo
getBusinessObjects in interface ILinkCreationInfopublic java.lang.String getProperty()
ILinkCreationInfo
getProperty in interface ILinkCreationInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||