Package src.users
Record Class MenuOperator.IndexOf
java.lang.Object
java.lang.Record
src.users.MenuOperator.IndexOf
- Enclosing class:
- MenuOperator
Opzioni menu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final short
Aggiungi parametriprotected static final short
Esciprotected static final short
Crea areaprotected static final short
Crea centro di monitoraggioprotected static final short
Ricerca areeprotected static final short
Seleziona centroprotected static final short
Visualizza informazioni aree -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
research
protected static final short researchRicerca aree- See Also:
-
view_areas
protected static final short view_areasVisualizza informazioni aree- See Also:
-
make_area
protected static final short make_areaCrea area- See Also:
-
add_parameters
protected static final short add_parametersAggiungi parametri- See Also:
-
set_centre
protected static final short set_centreSeleziona centro- See Also:
-
make_centre
protected static final short make_centreCrea centro di monitoraggio- See Also:
-
exit
protected static final short exitEsci- See Also:
-
-
Constructor Details
-
IndexOf
protected IndexOf()Creates an instance of aIndexOf
record class.
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-