public class AttributeCopyDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ATOMIC |
static int |
COPY_ON_DEMAND |
static int |
INITIAL_ONLY |
static int |
LOCALIZED |
static int |
OPTIONAL |
static int |
PARTOF |
static int |
UNIQUE |
| Constructor and Description |
|---|
AttributeCopyDescriptor(TypeCopyDescriptor parent,
String qualifier,
int options) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getQualifier() |
AttributeDescriptor |
getRealAttributeDescriptor() |
Set<RelationDescriptor> |
getRelationAttributes() |
RelationType |
getRelationType() |
long |
getRelationTypePK() |
int |
hashCode() |
boolean |
isAtomic() |
boolean |
isCopyOnDemand() |
boolean |
isInitialOnly() |
boolean |
isLocalized() |
boolean |
isOneToManyRelation() |
boolean |
isOptional() |
boolean |
isPartOf() |
boolean |
isSource() |
boolean |
isUnique() |
String |
toString() |
public static final int ATOMIC
public static final int PARTOF
public static final int LOCALIZED
public static final int UNIQUE
public static final int INITIAL_ONLY
public static final int OPTIONAL
public static final int COPY_ON_DEMAND
public AttributeCopyDescriptor(TypeCopyDescriptor parent, String qualifier, int options)
public Set<RelationDescriptor> getRelationAttributes()
public final boolean isOneToManyRelation()
public RelationType getRelationType()
public final long getRelationTypePK()
public final boolean isSource()
public String getQualifier()
public boolean isAtomic()
public boolean isPartOf()
public boolean isLocalized()
public boolean isUnique()
public boolean isInitialOnly()
public boolean isOptional()
public boolean isCopyOnDemand()
public AttributeDescriptor getRealAttributeDescriptor()
Copyright © 2017 SAP SE. All Rights Reserved.