Uses of Class
org.forgerock.opendj.config.RelationOption
-
Packages that use RelationOption Package Description org.forgerock.opendj.config Common administration classes. -
-
Uses of RelationOption in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return RelationOption Modifier and Type Method Description static RelationOption
RelationOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static RelationOption[]
RelationOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.opendj.config with parameters of type RelationOption Modifier and Type Method Description boolean
RelationDefinition. hasOption(RelationOption option)
Check if the specified option is set for this relation definition.void
RelationDefinition.AbstractBuilder. setOption(RelationOption option)
Add a relation definition option.
-