Class FloatType


  • public class FloatType
    extends Type
    Float type.
    Author:
    Andrea Leofreddi
    • Constructor Detail

      • FloatType

        public FloatType()
    • Method Detail

      • getName

        public String getName()
        Description copied from class: Type
        Returns the type name as shown to the user.
        Overrides:
        getName in class Type
        Returns:
        Type name
      • getDownscaler

        public net.vleo.timel.impl.downscaler.Downscaler<?> getDownscaler()
        Description copied from class: Type
        Retrieve the Downscaler for this type.
        Overrides:
        getDownscaler in class Type
        Returns:
        The type downscaler