Uses of Interface
org.osid.type.TypeForm
Packages that use TypeForm
Package
Description
The Open Service Interface Definitions for the org.osid.type
service.
-
Uses of TypeForm in org.osid.type
Methods in org.osid.type that return TypeFormModifier and TypeMethodDescriptionTypeAdminSession.getTypeFormForCreate(Type type) Gets the type form for creating new types.TypeAdminSession.getTypeFormForUpdate(Type type) Gets the type form for creating new types.Methods in org.osid.type with parameters of type TypeFormModifier and TypeMethodDescriptionTypeAdminSession.createType(TypeForm typeForm) Creates a newType.voidTypeAdminSession.updateType(TypeForm typeForm) Updates a type.