public class SimpleUniqueIdentifierResolver extends java.lang.Object implements UniqueIdentifierResolver
| Constructor and Description |
|---|
SimpleUniqueIdentifierResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<java.lang.String> |
getAllUniqueAttributes(YComposedType type)
Finds and returns all available attribute qualifiers which are flagged with 'unique=true'.
|
java.lang.String |
getUniqueIdentifier(YComposedType type) |
protected boolean |
isAtrributeUniqueAndAllowed(YAttributeDescriptor attribute) |
public java.lang.String getUniqueIdentifier(YComposedType type)
getUniqueIdentifier in interface UniqueIdentifierResolverprotected java.util.Collection<java.lang.String> getAllUniqueAttributes(YComposedType type)
type - YComposedType to introspectprotected boolean isAtrributeUniqueAndAllowed(YAttributeDescriptor attribute)
Copyright © 2018 SAP SE. All Rights Reserved.