Uses of Class
adams.core.tags.TagDataType
-
Packages that use TagDataType Package Description adams.core.tags adams.gui.goe -
-
Uses of TagDataType in adams.core.tags
Fields in adams.core.tags declared as TagDataType Modifier and Type Field Description protected TagDataTypeTagInfo. m_DataTypethe data type.Methods in adams.core.tags that return TagDataType Modifier and Type Method Description TagDataTypeTagInfo. getDataType()Returns the data type of the tag.static TagDataTypeTagDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static TagDataType[]TagDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in adams.core.tags with parameters of type TagDataType Constructor Description TagInfo(String name, String info, TagDataType dataType, Object defValue, Class[] appliesTo)Initializes the tag. -
Uses of TagDataType in adams.gui.goe
Methods in adams.gui.goe with parameters of type TagDataType Modifier and Type Method Description protected PropertiesParameterPanel.PropertyTypeTagArrayEditor. convertType(TagDataType type)Converts the tag data type into the type for the dialog.
-