Class TypeSimple
java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.model.PropertyType
de.fraunhofer.iosb.ilt.frostclient.model.property.type.TypePrimitive
de.fraunhofer.iosb.ilt.frostclient.model.property.type.TypeSimple
A simple Type.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.fraunhofer.iosb.ilt.frostclient.model.property.type.TypePrimitive
TypePrimitive.Parser -
Field Summary
Fields inherited from class de.fraunhofer.iosb.ilt.frostclient.model.property.type.TypePrimitive
EDM_BINARY, EDM_BINARY_NAME, EDM_BOOLEAN, EDM_BOOLEAN_NAME, EDM_BYTE, EDM_BYTE_NAME, EDM_DATE, EDM_DATE_NAME, EDM_DATETIMEOFFSET, EDM_DATETIMEOFFSET_NAME, EDM_DECIMAL, EDM_DECIMAL_NAME, EDM_DOUBLE, EDM_DOUBLE_NAME, EDM_DURATION, EDM_DURATION_NAME, EDM_GEOGRAPHY, EDM_GEOGRAPHY_NAME, EDM_GEOGRAPHYCOLLECTION, EDM_GEOGRAPHYCOLLECTION_NAME, EDM_GEOGRAPHYLINESTRING, EDM_GEOGRAPHYLINESTRING_NAME, EDM_GEOGRAPHYMULTILINESTRING, EDM_GEOGRAPHYMULTILINESTRING_NAME, EDM_GEOGRAPHYMULTIPOINT, EDM_GEOGRAPHYMULTIPOINT_NAME, EDM_GEOGRAPHYMULTIPOLYGON, EDM_GEOGRAPHYMULTIPOLYGON_NAME, EDM_GEOGRAPHYPOINT, EDM_GEOGRAPHYPOINT_NAME, EDM_GEOGRAPHYPOLYGON, EDM_GEOGRAPHYPOLYGON_NAME, EDM_GEOMETRY, EDM_GEOMETRY_NAME, EDM_GEOMETRYCOLLECTION, EDM_GEOMETRYCOLLECTION_NAME, EDM_GEOMETRYLINESTRING, EDM_GEOMETRYLINESTRING_NAME, EDM_GEOMETRYMULTILINESTRING, EDM_GEOMETRYMULTILINESTRING_NAME, EDM_GEOMETRYMULTIPOINT, EDM_GEOMETRYMULTIPOINT_NAME, EDM_GEOMETRYMULTIPOLYGON, EDM_GEOMETRYMULTIPOLYGON_NAME, EDM_GEOMETRYPOINT, EDM_GEOMETRYPOINT_NAME, EDM_GEOMETRYPOLYGON, EDM_GEOMETRYPOLYGON_NAME, EDM_GUID, EDM_GUID_NAME, EDM_INT16, EDM_INT16_NAME, EDM_INT32, EDM_INT32_NAME, EDM_INT64, EDM_INT64_NAME, EDM_SBYTE, EDM_SBYTE_NAME, EDM_SINGLE, EDM_SINGLE_NAME, EDM_STREAM, EDM_STREAM_NAME, EDM_STRING, EDM_STRING_NAME, EDM_TIMEOFDAY, EDM_TIMEOFDAY_NAME, EDM_UNTYPED, EDM_UNTYPED_NAME, STA_ID_LONG, STA_ID_STRING, STA_ID_UUID -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTypeSimple(String name, String description, TypePrimitive underlyingType, com.fasterxml.jackson.core.type.TypeReference... typeReference) protectedTypeSimple(String name, String description, TypePrimitive underlyingType, TypePrimitive.Parser parser, com.fasterxml.jackson.core.type.TypeReference... typeReference) -
Method Summary
Methods inherited from class de.fraunhofer.iosb.ilt.frostclient.model.property.type.TypePrimitive
getType, parseFromUrlMethods inherited from class de.fraunhofer.iosb.ilt.frostclient.model.PropertyType
getDescription, getName, getTypeReference, isCollection
-
Constructor Details
-
TypeSimple
protected TypeSimple(String name, String description, TypePrimitive underlyingType, TypePrimitive.Parser parser, com.fasterxml.jackson.core.type.TypeReference... typeReference) -
TypeSimple
protected TypeSimple(String name, String description, TypePrimitive underlyingType, com.fasterxml.jackson.core.type.TypeReference... typeReference)
-
-
Method Details
-
getUnderlyingType
-