public static class MELIntrospectionAnswer.MELResolver
extends java.lang.Object
Constructor and Description |
---|
MELResolver() |
Modifier and Type | Method and Description |
---|---|
java.util.List<MELIntrospectionAnswer.MELFunction> |
getMELFunctions() |
java.util.List<MELIntrospectionAnswer.MELScope> |
getMELScopes() |
java.util.List<MELIntrospectionAnswer.MELType> |
getMELTypes() |
java.lang.String |
getName() |
void |
setMELFunctions(java.util.List<MELIntrospectionAnswer.MELFunction> functions) |
void |
setMELScopes(java.util.List<MELIntrospectionAnswer.MELScope> scopes) |
void |
setMELTypes(java.util.List<MELIntrospectionAnswer.MELType> types) |
void |
setName(java.lang.String name) |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.List<MELIntrospectionAnswer.MELScope> getMELScopes()
public void setMELScopes(java.util.List<MELIntrospectionAnswer.MELScope> scopes)
public java.util.List<MELIntrospectionAnswer.MELType> getMELTypes()
public void setMELTypes(java.util.List<MELIntrospectionAnswer.MELType> types)
public java.util.List<MELIntrospectionAnswer.MELFunction> getMELFunctions()
public void setMELFunctions(java.util.List<MELIntrospectionAnswer.MELFunction> functions)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.