Class TypeSimpleSet
java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.model.PropertyType
de.fraunhofer.iosb.ilt.frostclient.model.property.type.TypeSimpleSet
The type of a property that points to an EntitySet.
-
Constructor Summary
ConstructorsConstructorDescriptionTypeSimpleSet(TypeComplex containedType, com.fasterxml.jackson.core.type.TypeReference typeReference) TypeSimpleSet(TypePrimitive containedType, com.fasterxml.jackson.core.type.TypeReference typeReference) -
Method Summary
Methods inherited from class de.fraunhofer.iosb.ilt.frostclient.model.PropertyType
getDescription, getName, getTypeReference, parseFromUrl
-
Constructor Details
-
TypeSimpleSet
public TypeSimpleSet(TypePrimitive containedType, com.fasterxml.jackson.core.type.TypeReference typeReference) -
TypeSimpleSet
public TypeSimpleSet(TypeComplex containedType, com.fasterxml.jackson.core.type.TypeReference typeReference)
-
-
Method Details
-
isCollection
public boolean isCollection()- Overrides:
isCollectionin classPropertyType
-
getContaintedType
-