@Deprecated public class AttributeCopyDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ATOMIC
Deprecated.
|
static int |
INITIAL_ONLY
Deprecated.
|
static int |
LOCALIZED
Deprecated.
|
static int |
OPTIONAL
Deprecated.
|
static int |
PARTOF
Deprecated.
|
static int |
UNIQUE
Deprecated.
|
| Constructor and Description |
|---|
AttributeCopyDescriptor(TypeCopyDescriptor parent,
String qualifier,
int options)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
String |
getQualifier()
Deprecated.
|
AttributeDescriptor |
getRealAttributeDescriptor()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isAtomic()
Deprecated.
|
boolean |
isInitialOnly()
Deprecated.
|
boolean |
isLocalized()
Deprecated.
|
boolean |
isOptional()
Deprecated.
|
boolean |
isPartOf()
Deprecated.
|
boolean |
isUnique()
Deprecated.
|
String |
toString()
Deprecated.
|
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 AttributeCopyDescriptor(TypeCopyDescriptor parent, String qualifier, int options)
public String getQualifier()
public boolean isAtomic()
public boolean isPartOf()
public boolean isLocalized()
public boolean isUnique()
public boolean isInitialOnly()
public boolean isOptional()
public AttributeDescriptor getRealAttributeDescriptor()
Copyright © 2017 SAP SE. All Rights Reserved.