| Package | Description |
|---|---|
| com.fatwire.rest.beans |
| Modifier and Type | Field and Description |
|---|---|
protected ValueCountEnum |
AttributeDefBean.isMultiple |
| Modifier and Type | Method and Description |
|---|---|
static ValueCountEnum |
ValueCountEnum.fromValue(String v) |
ValueCountEnum |
AttributeDefBean.getIsMultiple()
Gets the value of the isMultiple property.
|
static ValueCountEnum |
ValueCountEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueCountEnum[] |
ValueCountEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeDefBean.setIsMultiple(ValueCountEnum value)
Sets the value of the isMultiple property.
|