Uses of Enum Class
org.forgerock.opendj.config.ManagedObjectOption
Packages that use ManagedObjectOption
-
Uses of ManagedObjectOption in org.forgerock.opendj.config
Subclasses with type arguments of type ManagedObjectOption in org.forgerock.opendj.configModifier and TypeClassDescriptionenumThis enumeration contains various options that can be associated with managed object definitions.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) Returns whether this managed object definition has the specified option.protected final voidAbstractManagedObjectDefinition.registerOption(ManagedObjectOption option) Register an option with this managed object definition.