Package | Description |
---|---|
com.crm.dataobject |
Modifier and Type | Method and Description |
---|---|
MetadataAttributeType |
CRMDOMetadataAttribute.getType() |
static MetadataAttributeType |
MetadataAttributeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetadataAttributeType[] |
MetadataAttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<MetadataAttributeType> |
MetadataAttributeSearchCriteria.getTypes() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataAttributeSearchCriteria.setType(MetadataAttributeType type) |
void |
CRMDOMetadataAttribute.setType(MetadataAttributeType type) |
Modifier and Type | Method and Description |
---|---|
void |
MetadataAttributeSearchCriteria.setTypes(java.util.ArrayList<MetadataAttributeType> types) |