Uses of Enum Class
org.forgerock.opendj.config.ManagedObjectOption
Packages that use ManagedObjectOption
-
Uses of ManagedObjectOption in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return ManagedObjectOptionModifier and TypeMethodDescriptionstatic ManagedObjectOptionReturns 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.Methods in org.forgerock.opendj.config with parameters of type ManagedObjectOptionModifier and TypeMethodDescriptionfinal booleanAbstractManagedObjectDefinition.hasOption(ManagedObjectOption option) Determines whether this managed object definition has the specified option.protected final voidAbstractManagedObjectDefinition.registerOption(ManagedObjectOption option) Register an option with this managed object definition.