母体元素: meta-element; parent element detail>> 内容元素: content elements detail>> .
双语例句
1
Thankfully, Hibernate provides a way to associate class names to string constants using the <meta-value> XML element.
谢天谢地,Hibernate 还提供了一个用 XML 元素把类名映射到字符串约束的方法。
2
It is a first class entity in the meta-model of SimpleRDB, but it has no equivalent in UML 2.0. That is why the signature of the relation has no formal parameter that relates a UML element.
The meta data "{row: 1, column -> One} as A" means the UI element, a TextBox in our case, is in row 1 and the same column as where the header "One" is. The test code is very clean, for example
元数据“{row: 1, column -> One} as A”意味着我们例子中的UI元素——一个TextBox,处于第一行,并和header“One”处在同一列。