From 2c146c894972e2c6ab701b3c66dcf242d7be656f Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Tue, 24 Dec 2019 16:16:13 -0500 Subject: Added Javadoc to the project. --- doc/org/unitConverter/unit/BaseDimension.html | 313 ++++++++++++++++++++++++++ 1 file changed, 313 insertions(+) create mode 100644 doc/org/unitConverter/unit/BaseDimension.html (limited to 'doc/org/unitConverter/unit/BaseDimension.html') diff --git a/doc/org/unitConverter/unit/BaseDimension.html b/doc/org/unitConverter/unit/BaseDimension.html new file mode 100644 index 0000000..c5c27c7 --- /dev/null +++ b/doc/org/unitConverter/unit/BaseDimension.html @@ -0,0 +1,313 @@ + + + + + +BaseDimension + + + + + + + + +
+ + + + + + + +
+ + + +
+
org.unitConverter.unit
+

Class BaseDimension

+
+
+ +
+
    +
  • +
    +
    +
    public final class BaseDimension
    +extends java.lang.Object
    +
    A dimension that defines a BaseUnit
    +
    +
    Since:
    +
    2019-10-16
    +
    Author:
    +
    Adrien Hopkins
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetName() 
      java.lang.StringgetSymbol() 
      java.lang.StringtoString() 
      static BaseDimensionvalueOf(java.lang.String name, + java.lang.String symbol) +
      Gets a BaseDimension with the provided name and symbol.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        valueOf

        +
        public static BaseDimension valueOf(java.lang.String name,
        +                                    java.lang.String symbol)
        +
        Gets a BaseDimension with the provided name and symbol.
        +
        +
        Parameters:
        +
        name - name of dimension
        +
        symbol - symbol used for dimension
        +
        Returns:
        +
        dimension
        +
        Since:
        +
        2019-10-16
        +
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public final java.lang.String getName()
        +
        +
        Returns:
        +
        name
        +
        Since:
        +
        2019-10-16
        +
        +
      • +
      + + + +
        +
      • +

        getSymbol

        +
        public final java.lang.String getSymbol()
        +
        +
        Returns:
        +
        symbol
        +
        Since:
        +
        2019-10-16
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + -- cgit v1.2.3