|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmf.runtime.emf.clipboard.core.ObjectInfo
public class ObjectInfo
Data structure storing meta-data related to the copying of an element.
Field Summary | |
---|---|
java.lang.String |
containerClass
Fully-qualified name of the corresponding object's original parent's class |
java.lang.String |
containerId
The corresponding object's original container's ID. |
java.util.List |
copyAlwaysIds
IDs of objects related to the corresponding element that must be copied along with it. |
java.lang.String |
copyParentId
The corresponding object's original parent's ID. |
java.lang.String |
hints
The copy hints associated with the corresponding object. |
java.lang.String |
objCopyType
Indicates the reason why the corresponding object was copied. |
java.lang.String |
objId
The corresponding object's original ID. |
Constructor Summary | |
---|---|
ObjectInfo()
Initializes me. |
Method Summary | |
---|---|
java.util.List |
getCopyAlwaysObjectInfoList()
Obtains the ObjectInfo meta-data for the associated
copy-always objects, corresponding one-for-one with the
copyAlwaysIds . |
boolean |
hasHint(java.lang.String hint)
Queries whether my hints include the specified hint . |
void |
makeCopyAlwaysObjectInfoList(java.util.List allCopyAlwaysObjectsInfoList)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String objCopyType
public java.lang.String objId
public java.lang.String containerId
public java.lang.String containerClass
public java.lang.String hints
public java.lang.String copyParentId
public java.util.List copyAlwaysIds
Constructor Detail |
---|
public ObjectInfo()
Method Detail |
---|
public boolean hasHint(java.lang.String hint)
hint
.
hint
- a hint to look for
true
if I have this hint; false
,
otherwisepublic void makeCopyAlwaysObjectInfoList(java.util.List allCopyAlwaysObjectsInfoList)
public java.util.List getCopyAlwaysObjectInfoList()
ObjectInfo
meta-data for the associated
copy-always objects, corresponding one-for-one with the
copyAlwaysIds
.
ObjectInfo
scopyAlwaysIds
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.