Uses of Class
com.saperion.intf.DDC.DDCKind
-
Packages that use DDC.DDCKind Package Description com.saperion.exception This package contains the classes for the global exceptions.com.saperion.intf This package contains the common used interfaces for the LARIX components.com.saperion.rmi 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.DDCKind Modifier and Type Method Description DDC.DDCKind
WrongDefinitionKindException. getActualDefinitionKind()
This method returns the kind of definition that was encountered.DDC.DDCKind
WrongDefinitionKindException. getExpectedDefinitionKind()
This method returns the kind of definition that was expected.Constructors in com.saperion.exception with parameters of type DDC.DDCKind Constructor Description WrongDefinitionKindException(java.lang.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.DDCKind Modifier and Type Method Description DDC.DDCKind
DDC. getDDCKind()
Returns the kind of the DDC.static DDC.DDCKind
DDC.DDCKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DDC.DDCKind[]
DDC.DDCKind. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DDC.DDCKind in com.saperion.rmi
Methods in com.saperion.rmi that return DDC.DDCKind Modifier and Type Method Description DDC.DDCKind
DDCImpl. getDDCKind()
Constructors in com.saperion.rmi with parameters of type DDC.DDCKind Constructor Description DDCImpl(java.lang.String definitionName, java.lang.String tableName, SQLType dataSourceType, java.lang.String dataSourceName, boolean onDefaultDataSource, DDC.DDCKind ddcKind, DDC.TenantMode tenantMode, SaFieldDescription[] descriptions)
Creates a new DDCImpl.DDCImpl(java.lang.String definitionName, java.lang.String tableName, SQLType dataSourceType, java.lang.String dataSourceName, boolean onDefaultDataSource, DDC.DDCKind ddcKind, DDC.TenantMode tenantMode, SaFieldDescription[] descriptions, java.lang.String auditTable)
Creates a new DDCImpl.
-