public class RestrictedByElem extends Object
RestrictedByItem
.Constructor and Description |
---|
RestrictedByElem(AttributeType attributeType,
AttributeType valuesIn)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AttributeType |
getAttributeType()
Gets the attribute type to restrict.
|
AttributeType |
getValuesIn()
Gets the attribute type only whose values are allowed in
attributeType.
|
int |
hashCode() |
String |
toString() |
public RestrictedByElem(AttributeType attributeType, AttributeType valuesIn)
attributeType
- the attribute type to restrictvaluesIn
- the attribute type only whose values are allowed in attributeType.public AttributeType getAttributeType()
public AttributeType getValuesIn()
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.