Uses of Class
com.yetanalytics.xapi.model.ObjectType
-
Packages that use ObjectType Package Description com.yetanalytics.xapi.model com.yetanalytics.xapi.model.deserializers -
-
Uses of ObjectType in com.yetanalytics.xapi.model
Methods in com.yetanalytics.xapi.model that return ObjectType Modifier and Type Method Description static ObjectTypeObjectType. getByDisplayName(String name)Retrieves the ObjectType for a given displayNameObjectTypeAbstractObject. getObjectType()static ObjectTypeObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectType[]ObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yetanalytics.xapi.model with parameters of type ObjectType Modifier and Type Method Description voidAbstractObject. setObjectType(ObjectType objectType) -
Uses of ObjectType in com.yetanalytics.xapi.model.deserializers
Methods in com.yetanalytics.xapi.model.deserializers that return ObjectType Modifier and Type Method Description ObjectTypeObjectTypeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext context)
-