Uses of Enum Class
org.forgerock.opendj.config.ManagedObjectOption
-
Uses of ManagedObjectOption in org.forgerock.opendj.config
Modifier and TypeMethodDescriptionstatic ManagedObjectOption
Returns the enum constant of this class with the specified name.static ManagedObjectOption[]
ManagedObjectOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal boolean
AbstractManagedObjectDefinition.hasOption
(ManagedObjectOption option) Determines whether this managed object definition has the specified option.protected final void
AbstractManagedObjectDefinition.registerOption
(ManagedObjectOption option) Register an option with this managed object definition.