Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.types.Kind
Packages that use Kind
Package
Description
-
Uses of Kind in dev.jcputney.elearning.parser.input.lom
Methods in dev.jcputney.elearning.parser.input.lom that return types with arguments of type KindModifier and TypeMethodDescriptionRelation.getKind()Retrieves the kind of relationship represented as a source-value pair, which specifies the type of connection between the current learning object and another resource.Method parameters in dev.jcputney.elearning.parser.input.lom with type arguments of type KindModifier and TypeMethodDescriptionvoidRelation.setKind(SourceValuePair<Kind> kind) Sets the kind of relationship, represented as a source-value pair, that specifies the type of connection between the current learning object and another resource. -
Uses of Kind in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return Kind