Class DeviceRotation

    • Constructor Detail

      • DeviceRotation

        public DeviceRotation()
        Deprecated.
    • Method Detail

      • getName

        public java.lang.String getName()
        Deprecated.
        Return the name of this device capability.
        Specified by:
        getName in interface DeviceCapability
        Returns:
        A String representing the name of this device capability.
      • getTitle

        public java.lang.String getTitle()
        Deprecated.
        Returns a human readable title of this device capability.
        Specified by:
        getTitle in interface DeviceCapability
        Returns:
        A String representing the title of this device capability.
      • getDescription

        public java.lang.String getDescription()
        Deprecated.
        Description copied from interface: DeviceCapability
        Returns a description of this device capability.
        Specified by:
        getDescription in interface DeviceCapability
        Returns:
        A String representing the description.
      • getKeys

        public java.lang.String[] getKeys()
        Deprecated.
        Description copied from interface: DeviceCapability
        Returns an array of WURFL database value keys that this capability is based on.
        Specified by:
        getKeys in interface DeviceCapability
        Returns:
        A String array representing the keys.