Uses of Class
adams.flow.transformer.Mat5FileInfo.InfoType
-
Packages that use Mat5FileInfo.InfoType Package Description adams.flow.transformer -
-
Uses of Mat5FileInfo.InfoType in adams.flow.transformer
Fields in adams.flow.transformer declared as Mat5FileInfo.InfoType Modifier and Type Field Description protected Mat5FileInfo.InfoType
Mat5FileInfo. m_Type
the type of information to generate.Methods in adams.flow.transformer that return Mat5FileInfo.InfoType Modifier and Type Method Description Mat5FileInfo.InfoType
Mat5FileInfo. getType()
Returns the type of information to generate.static Mat5FileInfo.InfoType
Mat5FileInfo.InfoType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Mat5FileInfo.InfoType[]
Mat5FileInfo.InfoType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer with parameters of type Mat5FileInfo.InfoType Modifier and Type Method Description void
Mat5FileInfo. setType(Mat5FileInfo.InfoType value)
Sets the type of information to generate.
-