Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.types.RoleMeta
Packages that use RoleMeta
-
Uses of RoleMeta in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return RoleMetaModifier and TypeMethodDescriptionstatic RoleMetaReturns the enum constant of this class with the specified name.static RoleMeta[]RoleMeta.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.jcputney.elearning.parser.input.lom.types that return types with arguments of type RoleMetaModifier and TypeMethodDescriptionContributeMeta.getRole()Retrieves the role information represented as a source-value pair.Method parameters in dev.jcputney.elearning.parser.input.lom.types with type arguments of type RoleMetaModifier and TypeMethodDescriptionvoidContributeMeta.setRole(SourceValuePair<RoleMeta> role) Sets the role information for the contribution, represented as a source-value pair.Constructor parameters in dev.jcputney.elearning.parser.input.lom.types with type arguments of type RoleMetaModifierConstructorDescriptionContributeMeta(SourceValuePair<RoleMeta> role, List<String> entities, Date date) Constructs an instance of theContributeMetaclass with the specified role, entities, and date.