Uses of Class
org.umlg.redefinition.Account
Packages that use Account
-
Uses of Account in org.umlg.model
Methods in org.umlg.model that return types with arguments of type AccountModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Account>Umlgtest.getAccount() -
Uses of Account in org.umlg.redefinition
Subclasses of Account in org.umlg.redefinitionMethods in org.umlg.redefinition that return AccountMethods in org.umlg.redefinition that return types with arguments of type AccountModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Account>Account.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Account>Account.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Account>LegalEntity.lookupFor_agent_accountAgent()org.umlg.runtime.collection.UmlgSet<Account>LegalEntity.lookupFor_owner_accountOwner()Methods in org.umlg.redefinition with parameters of type AccountModifier and TypeMethodDescriptionvoidLegalEntity.addToAccountAgent(Account accountAgent)voidLegalEntity.addToAccountAgentIgnoreInverse(Account accountAgent)voidLegalEntity.addToAccountOwner(Account accountOwner)voidLegalEntity.addToAccountOwnerIgnoreInverse(Account accountOwner)voidLegalEntity.removeFromAccountAgent(Account accountAgent)voidLegalEntity.removeFromAccountOwner(Account accountOwner)voidLegalEntity.setAccountAgent(Account accountAgent)voidLegalEntity.setAccountOwner(Account accountOwner)Method parameters in org.umlg.redefinition with type arguments of type AccountModifier and TypeMethodDescriptionvoidLegalEntity.removeFromAccountAgent(org.umlg.runtime.collection.UmlgSet<Account> accountAgent)voidLegalEntity.removeFromAccountOwner(org.umlg.runtime.collection.UmlgSet<Account> accountOwner)