public class GenericType extends Object
| Constructor and Description |
|---|
GenericType(String[] compositeValues,
GenericTypeEnum[] typesBelongingCompositeType)
constructor to use with the compositeType
|
GenericType(String value,
GenericTypeEnum type) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCompositeValues() |
GenericTypeEnum |
getType() |
GenericTypeEnum[] |
getTypesBelongingCompositeType() |
String |
getValue() |
String |
toString() |
public GenericType(String value, GenericTypeEnum type)
public GenericType(String[] compositeValues, GenericTypeEnum[] typesBelongingCompositeType)
compositeValues - the string array of valuestypesBelongingCompositeType - the type array belonging the compositeTypepublic String getValue()
public GenericTypeEnum getType()
public GenericTypeEnum[] getTypesBelongingCompositeType()
public String[] getCompositeValues()
Copyright © 2016. All rights reserved.