Uses of Enum Class
org.forgerock.opendj.config.RelationOption
Packages that use RelationOption
-
Uses of RelationOption in org.forgerock.opendj.config
Subclasses with type arguments of type RelationOption in org.forgerock.opendj.configModifier and TypeClassDescriptionenumThis enumeration contains various options that can be associated with relation definitions.Methods in org.forgerock.opendj.config that return RelationOptionModifier and TypeMethodDescriptionstatic RelationOptionReturns 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 booleanRelationDefinition.hasOption(RelationOption option) Check if the specified option is set for this relation definition.final voidRelationDefinition.AbstractBuilder.setOption(RelationOption option) Add a relation definition option.