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