Uses of Class
net.nmoncho.type.GenericTypeEnum
-
Packages that use GenericTypeEnum Package Description net.nmoncho.type -
-
Uses of GenericTypeEnum in net.nmoncho.type
Methods in net.nmoncho.type that return GenericTypeEnum Modifier and Type Method Description static GenericTypeEnumGenericTypeEnum. fromValue(String v)GenericTypeEnumGenericType. getType()GenericTypeEnum[]GenericType. getTypesBelongingCompositeType()static GenericTypeEnumGenericTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static GenericTypeEnum[]GenericTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.nmoncho.type with parameters of type GenericTypeEnum Constructor Description GenericType(String[] compositeValues, GenericTypeEnum[] typesBelongingCompositeType)constructor to use with the compositeTypeGenericType(String value, GenericTypeEnum type)
-