Uses of Class
org.genesys.amphibian.client.model.Descriptor
-
Packages that use Descriptor Package Description org.genesys.amphibian.client.model -
-
Uses of Descriptor in org.genesys.amphibian.client.model
Methods in org.genesys.amphibian.client.model that return Descriptor Modifier and Type Method Description DescriptorDescriptor. addExamplesItem(Object examplesItem)DescriptorDescriptor. columnName(String columnName)DescriptorDescriptor. dataType(Descriptor.DataTypeEnum dataType)DescriptorDescriptor. examples(Set<Object> examples)DescriptorDescriptor. numberOfNull(Long numberOfNull)DescriptorDescriptor. unique(Boolean unique)Methods in org.genesys.amphibian.client.model that return types with arguments of type Descriptor Modifier and Type Method Description List<Descriptor>PreviewSheet. getDescriptors()Get descriptorsMethods in org.genesys.amphibian.client.model with parameters of type Descriptor Modifier and Type Method Description PreviewSheetPreviewSheet. addDescriptorsItem(Descriptor descriptorsItem)Method parameters in org.genesys.amphibian.client.model with type arguments of type Descriptor Modifier and Type Method Description PreviewSheetPreviewSheet. descriptors(List<Descriptor> descriptors)voidPreviewSheet. setDescriptors(List<Descriptor> descriptors)
-