Class DataSourceType


  • public class DataSourceType
    extends Object
    Class DataSourceType
    Version:
    $Revision$
    Author:
    Ciaran Treanor
    • Method Detail

      • get

        public static DataSourceType get​(String s)
        Returns a DataSourceType with the given name.
        Parameters:
        s - name of the DataSourceType required.
        Returns:
        a DataSourceType with the given name.
      • equals

        public boolean equals​(Object obj)
        Compares this object against the specified object.
        Overrides:
        equals in class Object
        Returns:
        true if the objects are the same, false otherwise.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Returns a string representation of this object.
        Overrides:
        toString in class Object
        Returns:
        a string representation of this object.