Interface LocalizedMetadata
-
- All Superinterfaces:
JCAMetadata,Serializable
- All Known Subinterfaces:
Icon
- All Known Implementing Classes:
LocalizedXsdString
public interface LocalizedMetadata extends JCAMetadata
- Author:
- Stefano Maestri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLang()Language used for this string at xml level.
-
-
-
Method Detail
-
getLang
String getLang()
Language used for this string at xml level. Value are like "en", "it", "fr" and so on- Returns:
- the lang used for this string
-
-