@Override
@XmlElementWrapper(name = "Informations")
@XmlElement(name = "Information", type = OperationInformation.class)
public final ArrayList<IOperationInformation> getInformations() {
if (this.informations == null) {
this.informations = new ArrayList<IOperationInformation>();
}
return this.informations;
}
OperationResult.java 文件源码
java
阅读 32
收藏 0
点赞 0
评论 0
项目:ibas-framework
作者:
评论列表
文章目录