public class UniqueAttributeGenerator extends java.lang.Object implements AnnotationGenerator<IntegrationObjectItemAttributeModel>
| Constructor and Description |
|---|
UniqueAttributeGenerator() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationAttribute |
generate(IntegrationObjectItemAttributeModel itemAttributeModel)
Generates the schema element whose type is defined by T.
|
boolean |
isApplicable(IntegrationObjectItemAttributeModel itemAttributeModel)
Determines if this annotation generator is applicable for the given attribute or attributes
|
public boolean isApplicable(IntegrationObjectItemAttributeModel itemAttributeModel)
AnnotationGeneratorisApplicable in interface AnnotationGenerator<IntegrationObjectItemAttributeModel>itemAttributeModel - the IntegrationObjectItemAttributeModel OR IntegrationObjectItemModel we are verifying onpublic AnnotationAttribute generate(IntegrationObjectItemAttributeModel itemAttributeModel)
SchemaElementGeneratorgenerate in interface SchemaElementGenerator<AnnotationAttribute,IntegrationObjectItemAttributeModel>itemAttributeModel - the object that is being convertedCopyright © 2018 SAP SE. All Rights Reserved.