Package net.nmoncho.type
Class GenericType
- java.lang.Object
-
- net.nmoncho.type.GenericType
-
public class GenericType extends Object
- Author:
- Jeremy Sevellec
-
-
Constructor Summary
Constructors Constructor Description GenericType(String[] compositeValues, GenericTypeEnum[] typesBelongingCompositeType)constructor to use with the compositeTypeGenericType(String value, GenericTypeEnum type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getCompositeValues()GenericTypeEnumgetType()GenericTypeEnum[]getTypesBelongingCompositeType()StringgetValue()StringtoString()
-
-
-
Constructor Detail
-
GenericType
public GenericType(String value, GenericTypeEnum type)
-
GenericType
public GenericType(String[] compositeValues, GenericTypeEnum[] typesBelongingCompositeType)
constructor to use with the compositeType- Parameters:
compositeValues- the string array of valuestypesBelongingCompositeType- the type array belonging the compositeType
-
-
Method Detail
-
getValue
public String getValue()
-
getType
public GenericTypeEnum getType()
-
getTypesBelongingCompositeType
public GenericTypeEnum[] getTypesBelongingCompositeType()
-
getCompositeValues
public String[] getCompositeValues()
-
-