Uses of Enum Class
org.apache.syncope.client.console.topology.TopologyNode.Kind
Packages that use TopologyNode.Kind
Package
Description
-
Uses of TopologyNode.Kind in org.apache.syncope.client.console.topology
Methods in org.apache.syncope.client.console.topology that return TopologyNode.KindModifier and TypeMethodDescriptionTopologyNode.getKind()
static TopologyNode.Kind
Returns the enum constant of this class with the specified name.static TopologyNode.Kind[]
TopologyNode.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.syncope.client.console.topology with parameters of type TopologyNode.KindConstructors in org.apache.syncope.client.console.topology with parameters of type TopologyNode.KindModifierConstructorDescriptionTopologyNode
(String key, String displayName, TopologyNode.Kind kind) -
Uses of TopologyNode.Kind in org.apache.syncope.client.console.wizards.resources
Methods in org.apache.syncope.client.console.wizards.resources that return TopologyNode.KindConstructors in org.apache.syncope.client.console.wizards.resources with parameters of type TopologyNode.KindModifierConstructorDescriptionCreateEvent
(String key, String displayName, TopologyNode.Kind kind, Serializable parent, AjaxRequestTarget target)