MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.project.data/ResourceFileType

ResourceFileType

[jvm]
enum ResourceFileType : Enum<ResourceFileType>

Types of resource files supported.

Entries

   
ANDROID_XML [jvm]
ANDROID_XML
IOS_STRINGS [jvm]
IOS_STRINGS
RESX [jvm]
RESX
PO [jvm]
PO
JSON [jvm]
JSON
ARB [jvm]
ARB
PROPERTIES [jvm]
PROPERTIES

Properties

Name Summary
name [jvm]
val name: String
ordinal [jvm]
val ordinal: Int

Functions

Name Summary
valueOf [jvm]
fun valueOf(value: String): ResourceFileType
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values [jvm]
fun values(): Array<ResourceFileType>
Returns an array containing the constants of this enum type, in the order they’re declared.