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