Uses of Class
adams.core.TechnicalInformation.Type
-
Packages that use TechnicalInformation.Type Package Description adams.core -
-
Uses of TechnicalInformation.Type in adams.core
Fields in adams.core declared as TechnicalInformation.Type Modifier and Type Field Description protected TechnicalInformation.Type
TechnicalInformation. m_Type
the type of this technical information.Methods in adams.core that return TechnicalInformation.Type Modifier and Type Method Description TechnicalInformation.Type
TechnicalInformation. getType()
returns the type of this technical information.static TechnicalInformation.Type
TechnicalInformation.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static TechnicalInformation.Type[]
TechnicalInformation.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.core with parameters of type TechnicalInformation.Type Modifier and Type Method Description TechnicalInformation
TechnicalInformation. add(TechnicalInformation.Type type)
Adds an empty technical information with the given type to the list of additional informations and returns the instance.Constructors in adams.core with parameters of type TechnicalInformation.Type Constructor Description TechnicalInformation(TechnicalInformation.Type type)
Initializes the information with the given type.TechnicalInformation(TechnicalInformation.Type type, String id)
Initializes the information with the given type.
-