Uses of Class
adams.flow.transformer.Mat5StructInfo.InfoType
-
Packages that use Mat5StructInfo.InfoType Package Description adams.flow.transformer -
-
Uses of Mat5StructInfo.InfoType in adams.flow.transformer
Fields in adams.flow.transformer declared as Mat5StructInfo.InfoType Modifier and Type Field Description protected Mat5StructInfo.InfoType
Mat5StructInfo. m_Type
the type of information to generate.Methods in adams.flow.transformer that return Mat5StructInfo.InfoType Modifier and Type Method Description Mat5StructInfo.InfoType
Mat5StructInfo. getType()
Returns the type of information to generate.static Mat5StructInfo.InfoType
Mat5StructInfo.InfoType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Mat5StructInfo.InfoType[]
Mat5StructInfo.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 Mat5StructInfo.InfoType Modifier and Type Method Description void
Mat5StructInfo. setType(Mat5StructInfo.InfoType value)
Sets the type of information to generate.
-