public static class MultiDescriptor.Impl extends java.lang.Object implements MultiDescriptor
MultiDescriptor.Impl, MultiDescriptor.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(Type type,
java.util.List<Name> names,
java.util.List<NamedExpr> attributes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NamedExpr> |
getAttributes() |
java.util.List<Name> |
getNames() |
Type |
getType() |
void |
setAttributes(java.util.List<NamedExpr> attributes) |
void |
setNames(java.util.List<Name> names) |
void |
setType(Type type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, ofpublic Type getType()
getType in interface MultiDescriptorpublic void setType(Type type)
setType in interface MultiDescriptorpublic java.util.List<Name> getNames()
getNames in interface MultiDescriptorpublic void setNames(java.util.List<Name> names)
setNames in interface MultiDescriptorpublic java.util.List<NamedExpr> getAttributes()
getAttributes in interface MultiDescriptorpublic void setAttributes(java.util.List<NamedExpr> attributes)
setAttributes in interface MultiDescriptor