org.isis.gme.meta
Class MgaMetaPart

java.lang.Object
  extended byorg.isis.jaut.ApartmentObject
      extended byorg.isis.jaut.Dispatch
          extended byorg.isis.gme.meta.MgaMetaBase
              extended byorg.isis.gme.meta.MgaMetaPart

public class MgaMetaPart
extends MgaMetaBase


Field Summary
 
Fields inherited from class org.isis.jaut.Dispatch
CLSCTX_INPROC_HANDLER, CLSCTX_INPROC_SERVER, CLSCTX_LOCAL_SERVER, DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, DISPID_EVALUATE, DISPID_PROPERTYPUT, DISPID_VALUE, pDispatch
 
Fields inherited from class org.isis.jaut.ApartmentObject
apartment
 
Constructor Summary
protected MgaMetaPart()
           
  MgaMetaPart(Dispatch d)
           
 
Method Summary
 boolean getIsLinked()
           
 java.lang.String getKindAspect()
           
 MgaMetaAspect getParentAspect()
           
 MgaMetaRole getRole()
           
 boolean isPrimary()
           
 void setKindAspect(java.lang.String name)
           
 void setLinked(boolean linked)
           
 void setPrimary(boolean primary)
           
 
Methods inherited from class org.isis.gme.meta.MgaMetaBase
createConstraint, delete, getConstraints, getDisplayedName, getMetaProject, getMetaRef, getName, getObjType, getRegistryNode, getRegistryNodes, getRegistryValue, setDisplayedName, setMetaRef, setName, setRegistryValue
 
Methods inherited from class org.isis.jaut.Dispatch
attach, attach, attach, attachActiveObject, attachNewInstance, call, call, call, call, call, call, callSub, callSub, callSub, callSub, callSub, changeInterface, clone, createInstance, equals, finalize, get, get, getIDOfName, getIDsOfNames, hashCode, invoke, invoke, invokeSub, isNull, put, put, putRef, putRef, queryInterface, release
 
Methods inherited from class org.isis.jaut.ApartmentObject
finalizeInApartment, getApartment
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MgaMetaPart

protected MgaMetaPart()

MgaMetaPart

public MgaMetaPart(Dispatch d)
Method Detail

getRole

public MgaMetaRole getRole()

getParentAspect

public MgaMetaAspect getParentAspect()

isPrimary

public boolean isPrimary()

setPrimary

public void setPrimary(boolean primary)

getIsLinked

public boolean getIsLinked()

setLinked

public void setLinked(boolean linked)

getKindAspect

public java.lang.String getKindAspect()

setKindAspect

public void setKindAspect(java.lang.String name)