|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.model.container.IlpAbstractRepresentationNode
ilog.cpl.model.container.IlpAbstractRepresentationLink
ilog.cpl.equipment.IlpDefaultEquipmentLink
public class IlpDefaultEquipmentLink
This class is the default implementation of IlpEquipmentLink.
| Field Summary |
|---|
| Fields inherited from interface ilog.cpl.model.IlpAttributeValueHolder |
|---|
VALUE_NOT_SET |
| Fields inherited from interface ilog.cpl.model.IlpAttributeValueHolder |
|---|
VALUE_NOT_SET |
| Fields inherited from interface ilog.cpl.model.IlpAttributeValueHolder |
|---|
VALUE_NOT_SET |
| Fields inherited from interface ilog.cpl.model.IlpAttributeValueHolder |
|---|
VALUE_NOT_SET |
| Fields inherited from interface ilog.cpl.model.IlpAttributeValueHolder |
|---|
VALUE_NOT_SET |
| Fields inherited from interface ilog.cpl.model.IlpAttributeValueHolder |
|---|
VALUE_NOT_SET |
| Constructor Summary | |
|---|---|
IlpDefaultEquipmentLink(IlpAttributeGroup model)
Creates a new link without child objects. |
|
IlpDefaultEquipmentLink(IlpAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new link. |
|
IlpDefaultEquipmentLink(IlpObject object)
Creates a new link without child objects, that is attached to a business object. |
|
IlpDefaultEquipmentLink(IlpObject object,
IlpExtendedAttributeGroup model)
Creates a new link without child objects, attached to a business object. |
|
IlpDefaultEquipmentLink(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new link attached to a business object. |
|
| Method Summary |
|---|
| Methods inherited from class ilog.cpl.model.container.IlpAbstractRepresentationLink |
|---|
addRepresentationLinkListener, fireRepresentationLinkEvent, getFromNode, getToNode, removeRepresentationLinkListener, setFromNode, setToNode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ilog.cpl.model.container.IlpRepresentationLink |
|---|
addRepresentationLinkListener, getFromNode, getToNode, removeRepresentationLinkListener |
| Methods inherited from interface ilog.cpl.model.container.IlpRepresentationNode |
|---|
addRepresentationNodeListener, getAllowsChildren, getChildren, getExpansionStrategy, getParent, isLeaf, removeRepresentationNodeListener |
| Methods inherited from interface ilog.cpl.model.IlpRepresentationObject |
|---|
getEditor, getIlpObject |
| Methods inherited from interface ilog.cpl.model.IlpAttributeValueHolder |
|---|
addAttributeValueListener, fireEvent, getAttributeGroup, getAttributeValue, getAttributeValue, hasAttributeValue, removeAttributeValueListener, setAttributeValue, setAttributeValue |
| Methods inherited from interface ilog.cpl.model.container.IlpRepresentationNode |
|---|
addRepresentationNodeListener, getAllowsChildren, getChildren, getExpansionStrategy, getParent, isLeaf, removeRepresentationNodeListener |
| Methods inherited from interface ilog.cpl.model.IlpRepresentationObject |
|---|
getEditor, getIlpObject |
| Methods inherited from interface ilog.cpl.model.IlpAttributeValueHolder |
|---|
addAttributeValueListener, fireEvent, getAttributeGroup, getAttributeValue, getAttributeValue, hasAttributeValue, removeAttributeValueListener, setAttributeValue, setAttributeValue |
| Methods inherited from interface ilog.cpl.model.container.IlpRepresentationNode |
|---|
addRepresentationNodeListener, getAllowsChildren, getChildren, getExpansionStrategy, getParent, isLeaf, removeRepresentationNodeListener |
| Methods inherited from interface ilog.cpl.model.IlpRepresentationObject |
|---|
getEditor, getIlpObject |
| Methods inherited from interface ilog.cpl.model.IlpAttributeValueHolder |
|---|
addAttributeValueListener, fireEvent, getAttributeGroup, getAttributeValue, getAttributeValue, hasAttributeValue, removeAttributeValueListener, setAttributeValue, setAttributeValue |
| Methods inherited from interface ilog.cpl.model.container.IlpMutableRepresentationNode |
|---|
addChild, addChildren, addChildren, removeChild, removeChildren, removeChildren, removeChildren |
| Methods inherited from interface ilog.cpl.model.container.IlpRepresentationNode |
|---|
addRepresentationNodeListener, getAllowsChildren, getChildren, getExpansionStrategy, getParent, isLeaf, removeRepresentationNodeListener |
| Methods inherited from interface ilog.cpl.model.IlpRepresentationObject |
|---|
getEditor, getIlpObject |
| Methods inherited from interface ilog.cpl.model.IlpAttributeValueHolder |
|---|
addAttributeValueListener, fireEvent, getAttributeGroup, getAttributeValue, getAttributeValue, hasAttributeValue, removeAttributeValueListener, setAttributeValue, setAttributeValue |
| Methods inherited from interface ilog.cpl.model.container.IlpMutableRepresentationLink |
|---|
setFromNode, setToNode |
| Methods inherited from interface ilog.cpl.model.container.IlpMutableRepresentationNode |
|---|
addChild, addChildren, addChildren, removeChild, removeChildren, removeChildren, removeChildren |
| Methods inherited from interface ilog.cpl.model.container.IlpRepresentationNode |
|---|
addRepresentationNodeListener, getAllowsChildren, getChildren, getExpansionStrategy, getParent, isLeaf, removeRepresentationNodeListener |
| Methods inherited from interface ilog.cpl.model.IlpRepresentationObject |
|---|
getEditor, getIlpObject |
| Methods inherited from interface ilog.cpl.model.IlpAttributeValueHolder |
|---|
addAttributeValueListener, fireEvent, getAttributeGroup, getAttributeValue, getAttributeValue, hasAttributeValue, removeAttributeValueListener, setAttributeValue, setAttributeValue |
| Methods inherited from interface ilog.cpl.model.container.IlpRepresentationLink |
|---|
addRepresentationLinkListener, getFromNode, getToNode, removeRepresentationLinkListener |
| Methods inherited from interface ilog.cpl.model.container.IlpRepresentationNode |
|---|
addRepresentationNodeListener, getAllowsChildren, getChildren, getExpansionStrategy, getParent, isLeaf, removeRepresentationNodeListener |
| Methods inherited from interface ilog.cpl.model.IlpRepresentationObject |
|---|
getEditor, getIlpObject |
| Methods inherited from interface ilog.cpl.model.IlpAttributeValueHolder |
|---|
addAttributeValueListener, fireEvent, getAttributeGroup, getAttributeValue, getAttributeValue, hasAttributeValue, removeAttributeValueListener, setAttributeValue, setAttributeValue |
| Constructor Detail |
|---|
public IlpDefaultEquipmentLink(IlpAttributeGroup model)
model - The attribute group.
public IlpDefaultEquipmentLink(IlpAttributeGroup model,
IlpExpansionStrategy strategy)
model - The attribute group.strategy - The child object loader, or null
for a leaf link.public IlpDefaultEquipmentLink(IlpObject object)
object - The corresponding business object.
public IlpDefaultEquipmentLink(IlpObject object,
IlpExtendedAttributeGroup model)
object - The corresponding business object.model - The attribute group.
public IlpDefaultEquipmentLink(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy)
object - The corresponding business object.model - The attribute group.strategy - The child object loader, or null
for a leaf link.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||