Package com.illumon.iris.db.util
Class ExportedObjectInfo
java.lang.Object
com.illumon.iris.db.util.ExportedObjectInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionExportedObjectInfo
(ExportedObjectInfo.Type type, TableDefinition tableDefinition) ExportedObjectInfo
(ExportedObjectInfo.Type type, TableDefinition tableDefinition, String originalType) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static ExportedObjectInfo
fromObject
(Object value) static ExportedObjectInfo
getType()
boolean
boolean
boolean
boolean
maybeTableDefinition
(Object value) name()
-
Constructor Details
-
ExportedObjectInfo
public ExportedObjectInfo(ExportedObjectInfo.Type type, TableDefinition tableDefinition, String originalType) -
ExportedObjectInfo
-
-
Method Details
-
getInstance
-
fromObject
-
getType
-
isTableType
public boolean isTableType() -
isWidgetType
public boolean isWidgetType() -
isDisplayableInSwing
public boolean isDisplayableInSwing() -
name
-
maybeTableDefinition
-
hasTableDefinition
public boolean hasTableDefinition() -
getTableDefinition
-
getOriginalType
-
equals
-