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