Enum InfoType
- All Implemented Interfaces:
- Serializable, Comparable<InfoType>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionDomain of this piece of information.How this parameter is supported.More information about the parameter.Unit of parameter value.Translated name of the measurement unit.Parameter name.Translated name of the parameter.Indicates options for parsing.Parameter value.
- 
Method Summary
- 
Enum Constant Details- 
NameParameter name.
- 
TextParameter value.
- 
MeasureUnit of parameter value.
- 
OptionsIndicates options for parsing.
- 
NameTextTranslated name of the parameter.
- 
MeasureTextTranslated name of the measurement unit.
- 
InfoMore information about the parameter.
- 
HowToHow this parameter is supported. Values can be:- N(No)
- B(Beta)
- R(Read only)
- W(Read/Write)
 
- 
DomainDomain of this piece of information.
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
 
- 
valueOfReturns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 
-