| Package | Description |
|---|---|
| com.docdoku.api.models | |
| com.docdoku.api.models.utils |
| Modifier and Type | Method and Description |
|---|---|
InstanceAttributeTemplateDTO.AttributeTypeEnum |
InstanceAttributeTemplateDTO.getAttributeType()
Attribute template type
|
static InstanceAttributeTemplateDTO.AttributeTypeEnum |
InstanceAttributeTemplateDTO.AttributeTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceAttributeTemplateDTO.AttributeTypeEnum[] |
InstanceAttributeTemplateDTO.AttributeTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceAttributeTemplateDTO.setAttributeType(InstanceAttributeTemplateDTO.AttributeTypeEnum attributeType) |
| Modifier and Type | Method and Description |
|---|---|
static InstanceAttributeTemplateDTO |
AttributesHelper.createInstanceAttributeTemplate(InstanceAttributeTemplateDTO.AttributeTypeEnum type,
String name,
boolean mandatory,
boolean locked)
Create an attribute template
|
Copyright © 2019 DocDoku. All rights reserved.