Uses of Class
org.forgerock.opendj.config.Tag
-
Packages that use Tag Package Description org.forgerock.opendj.config Common administration classes. -
-
Uses of Tag in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return Tag Modifier and Type Method Description static TagTag. valueOf(String name)Returns the tag associated with the specified name.Methods in org.forgerock.opendj.config that return types with arguments of type Tag Modifier and Type Method Description Collection<Tag>AbstractManagedObjectDefinition. getAllTags()Get all the tags associated with this type of managed object.static Collection<Tag>Tag. values()Returns an unmodifiable collection view of the set of registered tags.Methods in org.forgerock.opendj.config with parameters of type Tag Modifier and Type Method Description intTag. compareTo(Tag o)booleanAbstractManagedObjectDefinition. hasTag(Tag t)Determines whether this managed object definition has the specified tag.protected voidAbstractManagedObjectDefinition. registerTag(Tag tag)Register a tag with this managed object definition.
-