Uses of Enum Class
com.saperion.intf.DDC.DDCKind
Packages that use DDC.DDCKind
Package
Description
This package contains the classes for the global exceptions.
This package contains the common used interfaces for the LARIX components.
This package contains the classes for the LARIX RMI client wrapper components.
-
Uses of DDC.DDCKind in com.saperion.exception
Methods in com.saperion.exception that return DDC.DDCKindModifier and TypeMethodDescriptionWrongDefinitionKindException.getActualDefinitionKind()
This method returns the kind of definition that was encountered.WrongDefinitionKindException.getExpectedDefinitionKind()
This method returns the kind of definition that was expected.Constructors in com.saperion.exception with parameters of type DDC.DDCKindModifierConstructorDescriptionWrongDefinitionKindException
(String message, com.lexmark.saperion.archive.ArchiveReferenceType definition, DDC.DDCKind actualDefinitionKind, DDC.DDCKind expectedDefinitionKind) -
Uses of DDC.DDCKind in com.saperion.intf
Methods in com.saperion.intf that return DDC.DDCKindModifier and TypeMethodDescriptionDDC.getDDCKind()
Returns the kind of the DDC.static DDC.DDCKind
Returns the enum constant of this class with the specified name.static DDC.DDCKind[]
DDC.DDCKind.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DDC.DDCKind in com.saperion.rmi
Methods in com.saperion.rmi that return DDC.DDCKindConstructors in com.saperion.rmi with parameters of type DDC.DDCKindModifierConstructorDescriptionDDCImpl
(String definitionName, String tableName, SQLType dataSourceType, String dataSourceName, boolean onDefaultDataSource, DDC.DDCKind ddcKind, DDC.TenantMode tenantMode, SaFieldDescription[] descriptions) Creates a new DDCImpl.DDCImpl
(String definitionName, String tableName, SQLType dataSourceType, String dataSourceName, boolean onDefaultDataSource, DDC.DDCKind ddcKind, DDC.TenantMode tenantMode, SaFieldDescription[] descriptions, String auditTable) Creates a new DDCImpl.