|
Constructor | public DataType(Object obj) | ||
Identify entered Object | Get the Object name | public String getTypeName() | public static String getTypeName(Object obj) |
Get the Object dimension | public int getTypeDimension() | public static int getTypeDimension(Object obj) | |
Get the Object code | public int getTypeCode() | public static int getTypeCode(Object obj) | |
Get all above data | public Object[] getTypeData() | public static Object[] getTypeData(Object obj) | |
Analysis of Object elements if entered Object is ArrayList ArrayDeque LinkedList Object[]  or Vector |
Get the element names | public String[] getArrayNames() | public static String[] getArrayNames(Object obj) |
Get the element dimensions | public int[] getArrayDimensions() | public static int[] getArrayDimensions(Object obj) | |
Get the element codes | public int[] getArrayCodes() | public static int[] getArrayCodes(Object obj) | |
Get all above array data | public ArrayList<Object> getArrayData() | public static ArrayList<Object> getArrayData(Object obj) | |
Highest precision name present | public String highestPrecisionName() | public static String highestPrecisionName(Object obj) | |
Highest precision code present | public int highestPrecisionCode() | public static int highestPrecisionCode(Object obj) | |
Convert to highest precision present | public Object convert_to_highestPrecision() | public static Object convert_to_highestPrecision(Object obj) | |
Convert to double | public double[] convert_to_double() | public static double[] convert_to_double(Object obj) | |
Convert to BigDecimal | public BigDecimal[] convert_to_BigDecimal() | public static BigDecimal[] convert_to_BigDecimal(Object obj) | |
Convert to String | public String[] convert_to_String() | public static String[] convert_to_String(Object obj) |
String 0 | BigDecimal 1 | BigInteger 2 | Double 3 | Float 4 | Long 5 | Integer 6 | Character 7 |
Short 8 | Byte 9 | Boolean 10 | Object 11 | ArrayList 12 | LinkedList 13 | ArrayDeque 14 | Vector 15 |
Complex 16 | Phasor 17 | ErrorProp 18 | ComplexErrorProp 19 | Matrix 20 | ComplexMatrix 21 | PhasorMatrix 22 | Polynomial 23 |
ComplexPoly 24 | ArrayMaths 25 | VectorMaths 26 | Point 27 | BlackBox 28 | OpenLoop 29 | ClosedLoop 30 | Prop 31 |
PropDeriv 32 | PropInt 33 | PropIntDeriv 34 | FirstOrder 35 | SecondOrder 36 | Compensator 37 | LowPassPassive 38 | HighPassPassive 39 |
DelayLine 40 | ZeroOrderHold 41 | Transducer 42 | AtoD 43 | DtoA 44 |