Uses of Enum Class
ch.nolix.systemapi.database.databaseobject.DatabaseObjectState
Packages that use DatabaseObjectState
-
Uses of DatabaseObjectState in ch.nolix.system.objectdata.model
Methods in ch.nolix.system.objectdata.model that return DatabaseObjectStateModifier and TypeMethodDescriptionfinal DatabaseObjectStateAbstractEntity.getState()final DatabaseObjectStateAbstractField.getState()Column.getState()Database.getState()MultiBackReferenceEntry.getState()MultiValueFieldEntry.getState()Table.getState() -
Uses of DatabaseObjectState in ch.nolix.systemapi.database.databaseobject
Subclasses with type arguments of type DatabaseObjectState in ch.nolix.systemapi.database.databaseobjectSubinterfaces with type arguments of type DatabaseObjectState in ch.nolix.systemapi.database.databaseobjectModifier and TypeInterfaceDescriptioninterfaceADatabaseObjectcan be connected with a real database.Methods in ch.nolix.systemapi.database.databaseobject that return DatabaseObjectStateModifier and TypeMethodDescriptionstatic DatabaseObjectStateReturns the enum constant of this class with the specified name.static DatabaseObjectState[]DatabaseObjectState.values()Returns an array containing the constants of this enum class, in the order they are declared.