Uses of Enum Class
org.apache.syncope.client.console.topology.TopologyNode.Kind
Package
Description
-
Uses of TopologyNode.Kind in org.apache.syncope.client.console.topology
Modifier 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.ModifierConstructorDescriptionTopologyNode
(String key, String displayName, TopologyNode.Kind kind) -
Uses of TopologyNode.Kind in org.apache.syncope.client.console.wizards.resources
ModifierConstructorDescriptionCreateEvent
(String key, String displayName, TopologyNode.Kind kind, Serializable parent, AjaxRequestTarget target)