Uses of Class
TipoSoftware
-
-
Uses of TipoSoftware in <Unnamed>
Methods in <Unnamed> that return TipoSoftware Modifier and Type Method Description TipoSoftware
Software. getTipo()
Getter para el tipo de software.static TipoSoftware
TipoSoftware. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TipoSoftware[]
TipoSoftware. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in <Unnamed> with parameters of type TipoSoftware Constructor Description Software(java.lang.String compania, java.lang.String nombre, double version, boolean tieneLicencia, TipoSoftware tipo)
Inicializa la información del software con los parámetros introducidos a excepción de la licencia que es generada por generarLicencia si se indica por parámetro que tiene.
-