Uses of Class
com.openindex.openestate.tool.mail.MailTable.Column
-
Packages that use MailTable.Column Package Description com.openindex.openestate.tool.mail -
-
Uses of MailTable.Column in com.openindex.openestate.tool.mail
Methods in com.openindex.openestate.tool.mail that return MailTable.Column Modifier and Type Method Description static MailTable.Column
MailTable.Column. valueOf(String name)
Returns the enum constant of this type with the specified name.static MailTable.Column[]
MailTable.Column. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openindex.openestate.tool.mail with parameters of type MailTable.Column Modifier and Type Method Description Object
MailTable.Row. getValueForMail(MailTable.Column column)
-