Uses of Class
com.openindex.openestate.tool.contacts.ContactsEntryTable.Column
-
Packages that use ContactsEntryTable.Column Package Description com.openindex.openestate.tool.contacts ImmoTool-Add-On zur Verwaltung von OpenEstate-Adressen. -
-
Uses of ContactsEntryTable.Column in com.openindex.openestate.tool.contacts
Methods in com.openindex.openestate.tool.contacts that return ContactsEntryTable.Column Modifier and Type Method Description static ContactsEntryTable.Column
ContactsEntryTable.Column. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContactsEntryTable.Column[]
ContactsEntryTable.Column. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openindex.openestate.tool.contacts with parameters of type ContactsEntryTable.Column Modifier and Type Method Description Object
ContactsEntryTable.Row. getValueForContact(ContactsEntryTable.Column column)
-