Uses of Class
org.umlg.redefinition.PersonalAccount
Packages that use PersonalAccount
-
Uses of PersonalAccount in org.umlg.model
Methods in org.umlg.model that return types with arguments of type PersonalAccountModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends PersonalAccount>Umlgtest.getPersonalAccount() -
Uses of PersonalAccount in org.umlg.redefinition
Methods in org.umlg.redefinition that return PersonalAccountMethods in org.umlg.redefinition that return types with arguments of type PersonalAccountModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends PersonalAccount>PersonalAccount.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends PersonalAccount>PersonalAccount.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<PersonalAccount>Person.lookupFor_trustee_personalAccount()Methods in org.umlg.redefinition with parameters of type PersonalAccountModifier and TypeMethodDescriptionvoidPerson.addToPersonalAccount(PersonalAccount personalAccount)voidPerson.addToPersonalAccountIgnoreInverse(PersonalAccount personalAccount)voidPerson.removeFromPersonalAccount(PersonalAccount personalAccount)voidPerson.setPersonalAccount(PersonalAccount personalAccount)Method parameters in org.umlg.redefinition with type arguments of type PersonalAccountModifier and TypeMethodDescriptionvoidPerson.removeFromPersonalAccount(org.umlg.runtime.collection.UmlgSet<PersonalAccount> personalAccount)