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 RelationOptionRelationOption. 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 booleanRelationDefinition. hasOption(RelationOption option)Check if the specified option is set for this relation definition.voidRelationDefinition.AbstractBuilder. setOption(RelationOption option)Add a relation definition option.
-