Uses of Enum Class
network.ike.workspace.WorkingSet.Member.Kind
Packages that use WorkingSet.Member.Kind
-
Uses of WorkingSet.Member.Kind in network.ike.workspace
Subclasses with type arguments of type WorkingSet.Member.Kind in network.ike.workspaceModifier and TypeClassDescriptionstatic enumThe role aWorkingSet.Memberplays in itsWorkingSet.Methods in network.ike.workspace that return WorkingSet.Member.KindModifier and TypeMethodDescriptionWorkingSet.Member.kind()Returns the value of thekindrecord component.static WorkingSet.Member.KindReturns the enum constant of this class with the specified name.static WorkingSet.Member.Kind[]WorkingSet.Member.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in network.ike.workspace with parameters of type WorkingSet.Member.KindModifierConstructorDescriptionMember(String name, Path directory, WorkingSet.Member.Kind kind) Creates an instance of aMemberrecord class.