public class Attribute extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Attribute.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getCanonicalValues() |
String |
getDescription() |
String |
getMutability() |
String |
getName() |
String |
getOwnerSchemaId() |
List<String> |
getReferenceTypes() |
String |
getReturned() |
String |
getSubAttributeOf() |
List<Attribute> |
getSubAttributes() |
String |
getType() |
String |
getUniqueness() |
int |
hashCode() |
boolean |
isCaseExact() |
boolean |
isMultiValued() |
boolean |
isRequired() |
String |
toString() |
public String getName()
public String getType()
public boolean isMultiValued()
public String getDescription()
public boolean isRequired()
public boolean isCaseExact()
public String getMutability()
public String getReturned()
public String getUniqueness()
public String getSubAttributeOf()
public String getOwnerSchemaId()
Copyright © 2022 SAP SE. All rights reserved.