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 ObjectType
ObjectType. getByDisplayName(String name)
Retrieves the ObjectType for a given displayNameObjectType
AbstractObject. getObjectType()
static ObjectType
ObjectType. 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 void
AbstractObject. 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 ObjectType
ObjectTypeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext context)
-