Uses of Class
org.gephi.project.impl.ProjectInformationImpl.Status
-
Packages that use ProjectInformationImpl.Status Package Description org.gephi.project.impl -
-
Uses of ProjectInformationImpl.Status in org.gephi.project.impl
Fields in org.gephi.project.impl declared as ProjectInformationImpl.Status Modifier and Type Field Description private ProjectInformationImpl.Status
ProjectInformationImpl. status
Methods in org.gephi.project.impl that return ProjectInformationImpl.Status Modifier and Type Method Description static ProjectInformationImpl.Status
ProjectInformationImpl.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProjectInformationImpl.Status[]
ProjectInformationImpl.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-