Uses of Class
adams.core.TechnicalInformation.Field
-
Packages that use TechnicalInformation.Field Package Description adams.core -
-
Uses of TechnicalInformation.Field in adams.core
Fields in adams.core with type parameters of type TechnicalInformation.Field Modifier and Type Field Description protected Hashtable<TechnicalInformation.Field,String>
TechnicalInformation. m_Values
stores all the values associated with the fields (FIELD - String).Methods in adams.core that return TechnicalInformation.Field Modifier and Type Method Description static TechnicalInformation.Field
TechnicalInformation.Field. valueOf(String name)
Returns the enum constant of this type with the specified name.static TechnicalInformation.Field[]
TechnicalInformation.Field. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.core that return types with arguments of type TechnicalInformation.Field Modifier and Type Method Description Iterator<TechnicalInformation.Field>
TechnicalInformation. fields()
returns an enumeration over all the stored fields.Methods in adams.core with parameters of type TechnicalInformation.Field Modifier and Type Method Description boolean
TechnicalInformation. exists(TechnicalInformation.Field field)
returns TRUE if the field is stored and has a value different from the empty string.String
TechnicalInformation. getValue(TechnicalInformation.Field field)
returns the value associated with the given field, or empty if field is not currently stored.void
TechnicalInformation. setValue(TechnicalInformation.Field field, String value)
sets the value for the given field, overwrites any previously existing one.
-