ProjectTreeNodeKind

public enum ProjectTreeNodeKind

Enum Constants

EncapsulatingComponentDecl

public static final ProjectTreeNodeKind EncapsulatingComponentDecl

ExternalComponentDecl

public static final ProjectTreeNodeKind ExternalComponentDecl

Folder

public static final ProjectTreeNodeKind Folder

GroupAssertion

public static final ProjectTreeNodeKind GroupAssertion

ImplementationComponentDecl

public static final ProjectTreeNodeKind ImplementationComponentDecl

LeafAssertion

public static final ProjectTreeNodeKind LeafAssertion

Module

public static final ProjectTreeNodeKind Module

Package

public static final ProjectTreeNodeKind Package

PortDecl

public static final ProjectTreeNodeKind PortDecl

Project

public static final ProjectTreeNodeKind Project

TomlFile

public static final ProjectTreeNodeKind TomlFile

VerifyDeclHasTrace

public static final ProjectTreeNodeKind VerifyDeclHasTrace

Methods

fromInteger

public static ProjectTreeNodeKind fromInteger(int value)

toInteger

public static int toInteger(ProjectTreeNodeKind value)