public class DublinCoreMetadata extends Object
| Constructor and Description |
|---|
DublinCoreMetadata() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends UserColumn> |
getColumn(UserCoreRow<T,?> row,
DublinCoreType type)
Get the column from the row for the Dublin Core Type term
|
static <T extends UserColumn> |
getColumn(UserTable<T> table,
DublinCoreType type)
Get the column from the table for the Dublin Core Type term
|
static Object |
getValue(UserCoreRow<?,?> row,
DublinCoreType type)
Get the value from the row for the Dublin Core Type term
|
static boolean |
hasColumn(UserCoreRow<?,?> row,
DublinCoreType type)
Check if the row has a column for the Dublin Core Type term
|
static boolean |
hasColumn(UserTable<?> table,
DublinCoreType type)
Check if the table has a column for the Dublin Core Type term
|
static void |
setValue(UserCoreRow<?,?> row,
DublinCoreType type,
Object value)
Set the value in the row for the Dublin Core Type term
|
public static boolean hasColumn(UserTable<?> table, DublinCoreType type)
table - user tabletype - Dublin Core Typepublic static boolean hasColumn(UserCoreRow<?,?> row, DublinCoreType type)
row - user rowtype - Dublin Core Typepublic static <T extends UserColumn> T getColumn(UserTable<T> table, DublinCoreType type)
T - column typetable - user tabletype - Dublin Core Typepublic static <T extends UserColumn> T getColumn(UserCoreRow<T,?> row, DublinCoreType type)
T - column typerow - user rowtype - Dublin Core Typepublic static Object getValue(UserCoreRow<?,?> row, DublinCoreType type)
row - user rowtype - Dublin Core Typepublic static void setValue(UserCoreRow<?,?> row, DublinCoreType type, Object value)
row - user rowtype - Dublin Core Typevalue - valueCopyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.