Uses of Enum Class
org.forgerock.opendj.config.RelationOption
Packages that use RelationOption
-
Uses of RelationOption in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return RelationOptionModifier and TypeMethodDescriptionstatic RelationOption
Returns the enum constant of this class with the specified name.static RelationOption[]
RelationOption.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 RelationOptionModifier and TypeMethodDescriptionfinal boolean
RelationDefinition.hasOption
(RelationOption option) Check if the specified option is set for this relation definition.final void
RelationDefinition.AbstractBuilder.setOption
(RelationOption option) Add a relation definition option.