| Package | Description |
|---|---|
| csbase.logic.algorithms.parsers.elements.attributes |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegerAttribute.setMaximumValueAttribute(IntegerAttribute maximumValueAttribute)
Define o atributo que determina o valor máximo deste atributo.
|
void |
IntegerAttribute.setMinimumValueAttribute(IntegerAttribute minimumValueAttribute)
Define o atributo que determina o valor mínimo deste atributo.
|
| Constructor and Description |
|---|
IntegerAttribute(String name,
boolean isOptional,
Integer defaultValue,
IntegerAttribute defaultValueAttribute,
Integer minimumValue,
IntegerAttribute minimumValueAttribute,
Integer maximumValue,
IntegerAttribute maximumValueAttribute)
Construtor.
|
Copyright © 2019. All rights reserved.