Uses of Enum Class
net.ssehub.easy.producer.eclipse.persistency.project_creation.ValidProjectNameType
Packages that use ValidProjectNameType
Package
Description
Classes for simplifying the creation of new EASy projects in Eclipse.
-
Uses of ValidProjectNameType in net.ssehub.easy.producer.eclipse.persistency.project_creation
Fields in net.ssehub.easy.producer.eclipse.persistency.project_creation declared as ValidProjectNameTypeMethods in net.ssehub.easy.producer.eclipse.persistency.project_creation that return ValidProjectNameTypeModifier and TypeMethodDescriptionProjectCreationException.getReason()Returns the reason, why the project could not be created.static ValidProjectNameTypeEASyProjectCreatorFactory.isValidProjectName(String name) Checks whether a project with the given name could be created.static ValidProjectNameTypeEASyProjectCreatorFactory.isValidProjectName(String name, boolean lazy) Checks whether a project with the given name could be created.static ValidProjectNameTypeReturns the enum constant of this class with the specified name.static ValidProjectNameType[]ValidProjectNameType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.ssehub.easy.producer.eclipse.persistency.project_creation with parameters of type ValidProjectNameTypeModifierConstructorDescriptionSole constructor for this class.