| Package | Description |
|---|---|
| com.docdoku.api.models | |
| com.docdoku.api.models.utils |
| Modifier and Type | Method and Description |
|---|---|
InstanceAttributeDTO.TypeEnum |
InstanceAttributeDTO.getType()
Instance attribute type
|
static InstanceAttributeDTO.TypeEnum |
InstanceAttributeDTO.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceAttributeDTO.TypeEnum[] |
InstanceAttributeDTO.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceAttributeDTO.setType(InstanceAttributeDTO.TypeEnum type) |
| Modifier and Type | Method and Description |
|---|---|
static InstanceAttributeDTO |
AttributesHelper.createInstanceAttribute(InstanceAttributeDTO.TypeEnum type,
String name,
String value)
Create an attribute
|
Copyright © 2019 DocDoku. All rights reserved.