Package com.illumon.iris.db.util
Class ExportedObjectInfo
java.lang.Object
com.illumon.iris.db.util.ExportedObjectInfo
- All Implemented Interfaces:
Serializable
public class ExportedObjectInfo extends Object implements Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExportedObjectInfo.Type
-
Method Summary
Modifier and Type Method Description boolean
equals(Object obj)
static ExportedObjectInfo
fromObject(Object value)
static ExportedObjectInfo
getInstance(ExportedObjectInfo.Type type)
TableDefinition
getTableDefinition()
ExportedObjectInfo.Type
getType()
boolean
hasTableDefinition()
boolean
isDisplayableInSwing()
boolean
isTableType()
boolean
isWidgetType()
TableDefinition
maybeTableDefinition(Object value)
String
name()
-
Method Details
-
getInstance
-
fromObject
-
getType
-
isTableType
public boolean isTableType() -
isWidgetType
public boolean isWidgetType() -
isDisplayableInSwing
public boolean isDisplayableInSwing() -
name
-
maybeTableDefinition
-
hasTableDefinition
public boolean hasTableDefinition() -
getTableDefinition
-
equals
-