Uses of Enum
de.xima.fc.persistence.system.DataSourceEncryptionState.State
Packages that use DataSourceEncryptionState.State
-
Uses of DataSourceEncryptionState.State in de.xima.fc.persistence.system
Subclasses with type arguments of type DataSourceEncryptionState.State in de.xima.fc.persistence.systemMethods in de.xima.fc.persistence.system that return DataSourceEncryptionState.StateModifier and TypeMethodDescriptionDataSourceEncryptionState.getState()State of the encryption check.Returns the enum constant of this type with the specified name.static DataSourceEncryptionState.State[]DataSourceEncryptionState.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.xima.fc.persistence.system with parameters of type DataSourceEncryptionState.StateModifierConstructorDescriptionDataSourceEncryptionState(DataSourceEncryptionState.State state, Exception exception) Creates a newDataSourceEncryptionStateinstance.