public class MaxValueCountElem extends Object
MaxValueCount.| Constructor and Description |
|---|
MaxValueCountElem(AttributeType attributeType,
int maxCount)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AttributeType |
getAttributeType()
Gets the attribute to limit the maximum count.
|
int |
getMaxCount()
Gets the maximum count of the attribute allowed.
|
int |
hashCode() |
String |
toString() |
public MaxValueCountElem(AttributeType attributeType, int maxCount)
attributeType - the attribute ID to limit the maximum countmaxCount - the maximum count of the attribute allowedpublic AttributeType getAttributeType()
public int getMaxCount()
Copyright © 2021. All rights reserved.