| Modifier and Type | Method and Description |
|---|---|
void |
accept(TypeVisitor visitor)
Accepts a type visitor and dispatches to the appropriate visitor method,
depending on class of the individual type.
|
Type |
getElementType() |
public SetType(Type elementType)
For the Set element one of the integer, ID, URI, string or enumeration type is expected.
elementType - the set element type (required).IllegalArgumentException - if the argument is null.public Type getElementType()
public void accept(TypeVisitor visitor)
TypeCopyright © 2022. All rights reserved.