Interface FormatLangPair
-
public interface FormatLangPair
Generated by: JavaInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFormat()
java.lang.String
getLanguage()
void
setFormat(java.lang.String val)
void
setLanguage(java.lang.String val)
-
-
-
Method Detail
-
getLanguage
java.lang.String getLanguage()
- Returns:
- String
- Since:
- ARI_0_0_1
-
getFormat
java.lang.String getFormat()
- Returns:
- String
- Since:
- ARI_0_0_1
-
setFormat
void setFormat(java.lang.String val)
- Parameters:
val
- the value- Since:
- ARI_0_0_1
-
setLanguage
void setLanguage(java.lang.String val)
- Parameters:
val
- the value- Since:
- ARI_0_0_1
-
-