public class TypeCopyDescriptor extends Object
| Constructor and Description |
|---|
TypeCopyDescriptor(AbstractItemCopyContext abstractItemCopyContext,
ComposedType targetType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
Set<AttributeCopyDescriptor> |
getExcludedAttributeCopyDescriptors(boolean forUpdate,
Map blacklist,
Map whitelist) |
Set<AttributeCopyDescriptor> |
getInitial(boolean forUpdate,
Map blacklist,
Map whitelist) |
Set<AttributeCopyDescriptor> |
getOther(Map blacklist,
Map whitelist) |
Set<AttributeCopyDescriptor> |
getPartOf(Map blacklist,
Map whitelist) |
protected ComposedType |
getTargetType() |
boolean |
hasAttribute(String qualifier) |
String |
toString() |
public TypeCopyDescriptor(AbstractItemCopyContext abstractItemCopyContext, ComposedType targetType)
public final Set<AttributeCopyDescriptor> getExcludedAttributeCopyDescriptors(boolean forUpdate, Map blacklist, Map whitelist)
public final Set<AttributeCopyDescriptor> getInitial(boolean forUpdate, Map blacklist, Map whitelist)
public String getCode()
public final boolean hasAttribute(String qualifier)
public final Set<AttributeCopyDescriptor> getPartOf(Map blacklist, Map whitelist)
public final Set<AttributeCopyDescriptor> getOther(Map blacklist, Map whitelist)
protected ComposedType getTargetType()
Copyright © 2017 SAP SE. All Rights Reserved.