/**
* @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;
}
AbstractParameterContainer.java 文件源码
java
阅读 25
收藏 0
点赞 0
评论 0
项目:development-tools-incubation
作者:
评论列表
文章目录