Class DoubleType


  • public class DoubleType
    extends Type
    Double type.
    Author:
    Andrea Leofreddi
    • Constructor Detail

      • DoubleType

        public DoubleType()
    • 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