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.InfoTypeMat5ArrayInfo. m_Typethe type of information to generate.Methods in adams.flow.transformer that return Mat5ArrayInfo.InfoType Modifier and Type Method Description Mat5ArrayInfo.InfoTypeMat5ArrayInfo. getType()Returns the type of information to generate.static Mat5ArrayInfo.InfoTypeMat5ArrayInfo.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 ListMat5ArrayInfo. getInfo(us.hebi.matlab.mat.types.Array array, Mat5ArrayInfo.InfoType type)Returns the specified info as list.voidMat5ArrayInfo. setType(Mat5ArrayInfo.InfoType value)Sets the type of information to generate.
-