AbstractParameterContainer.java 文件源码

java
阅读 27 收藏 0 点赞 0 评论 0

项目:development-tools-incubation 作者:
/**
 * @return The children as an ArrayListModel.
 */
//@XmlMixed
@XmlElementWrapper(name = "childs")
@XmlElementRefs({
   @XmlElementRef(name = "parameter", type = Parameter.class),
   @XmlElementRef(name = "communication_object", type = CommunicationObject.class)
})
public ArrayListModel<AbstractParameterNode> getChildrenModel()
{
   return childs;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号