307 |
* |
* |
308 |
* @param element |
* @param element |
309 |
* {@link Element} to parse |
* {@link Element} to parse |
310 |
|
* |
311 |
|
* TODO Since GP 1.3 the {@link AttributeMetadata} class has more |
312 |
|
* attributes which are not used by Xulu/ISDSS. GP |
313 |
|
* exports/imports the AMD via AMLExporter and AMLImporter |
314 |
|
* classes. (SK, 3.2.2010) * |
315 |
*/ |
*/ |
316 |
public static AttributeMetadataMap parseAttributeMetaDataMap( |
public static AttributeMetadataMap parseAttributeMetaDataMap( |
317 |
final Element element) { |
final Element element) { |
344 |
* |
* |
345 |
* @param amd |
* @param amd |
346 |
* meta data for one attribute |
* meta data for one attribute |
347 |
|
* |
348 |
|
* TODO Since GP 1.3 the {@link AttributeMetadata} class has more |
349 |
|
* attributes which are not used by Xulu/ISDSS. GP |
350 |
|
* exports/imports the AMD via AMLExporter and AMLImporter |
351 |
|
* classes. (SK, 3.2.2010) |
352 |
*/ |
*/ |
353 |
public static Element createAttributeMetaDataElement( |
public static Element createAttributeMetaDataElement( |
354 |
final AttributeMetadata amd) { |
final AttributeMetadata amd) { |
1271 |
.getLanguages())); |
.getLanguages())); |
1272 |
} |
} |
1273 |
} |
} |
|
|
|
1274 |
} |
} |
1275 |
|
|
1276 |
} |
} |