Uses of Enum Class
org.nasdanika.models.gitlab.Status
Packages that use Status
-
Uses of Status in org.nasdanika.models.gitlab
Fields in org.nasdanika.models.gitlab with type parameters of type StatusModifier and TypeFieldDescriptionStatus.VALUESA public read-only list of all the 'Status' enumerators.Methods in org.nasdanika.models.gitlab that return StatusModifier and TypeMethodDescriptionstatic StatusStatus.get(int value) Returns the 'Status' literal with the specified integer value.static StatusReturns the 'Status' literal with the specified literal value.static StatusReturns the 'Status' literal with the specified name.Project.getImportStatus()Returns the value of the 'Import Status' attribute.static StatusReturns the enum constant of this class with the specified name.static Status[]Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.nasdanika.models.gitlab with parameters of type StatusModifier and TypeMethodDescriptionvoidProject.setImportStatus(Status value) Sets the value of the 'Import Status' attribute. -
Uses of Status in org.nasdanika.models.gitlab.impl
Fields in org.nasdanika.models.gitlab.impl declared as StatusModifier and TypeFieldDescriptionprotected static final StatusProjectImpl.IMPORT_STATUS_EDEFAULTThe default value of the 'Import Status' attribute.Methods in org.nasdanika.models.gitlab.impl that return StatusModifier and TypeMethodDescriptionGitLabFactoryImpl.createStatusFromString(EDataType eDataType, String initialValue) ProjectImpl.getImportStatus()Methods in org.nasdanika.models.gitlab.impl with parameters of type Status