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 classExportedObjectInfo.Type -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)static ExportedObjectInfofromObject(Object value)static ExportedObjectInfogetInstance(ExportedObjectInfo.Type type)TableDefinitiongetTableDefinition()ExportedObjectInfo.TypegetType()booleanhasTableDefinition()booleanisDisplayableInSwing()booleanisTableType()booleanisWidgetType()TableDefinitionmaybeTableDefinition(Object value)Stringname()
-
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
-