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