Uses of Class
org.isis.gme.meta.MgaMetaAttribute

Packages that use MgaMetaAttribute
org.isis.gme.meta   
org.isis.gme.mga   
 

Uses of MgaMetaAttribute in org.isis.gme.meta
 

Methods in org.isis.gme.meta that return MgaMetaAttribute
 MgaMetaAttribute MgaMetaFolder.getDefinedAttributeByName(java.lang.String name, boolean inScope)
           
 MgaMetaAttribute MgaMetaFolder.defineAttribute()
           
 MgaMetaAttribute MgaMetaFCO.getDefinedAttributeByName(java.lang.String name, boolean inScope)
           
 MgaMetaAttribute MgaMetaFCO.defineAttribute()
           
 MgaMetaAttribute MgaMetaFCO.getAttributeByName(java.lang.String name)
           
 MgaMetaAttribute MgaMetaFCO.getAttributeByRef(int metaRef)
           
 MgaMetaAttribute MgaMetaEnumItem.getParent()
           
 MgaMetaAttribute MgaMetaAttributes.getItem(int index)
           
 MgaMetaAttribute[] MgaMetaAttributes.getAll()
           
 

Methods in org.isis.gme.meta with parameters of type MgaMetaAttribute
 void MgaMetaFCO.addAttribute(MgaMetaAttribute attribute)
           
 void MgaMetaFCO.removeAttribute(MgaMetaAttribute attribute)
           
 void MgaMetaAspect.addAttribute(MgaMetaAttribute attribute)
           
 void MgaMetaAspect.removeAttribute(MgaMetaAttribute attribute)
           
 

Uses of MgaMetaAttribute in org.isis.gme.mga
 

Methods in org.isis.gme.mga that return MgaMetaAttribute
 MgaMetaAttribute MgaAttribute.getMeta()
           
 

Methods in org.isis.gme.mga with parameters of type MgaMetaAttribute
 MgaAttribute MgaFCO.getAttribute(MgaMetaAttribute metaAttr)