Package org.luwrain.io.json
Class FileType
- java.lang.Object
-
- org.luwrain.io.json.FileType
-
public class FileType extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileType.Type
-
Constructor Summary
Constructors Constructor Description FileType()
FileType(FileType.Type type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileType
fromJson(String s)
String
getName()
String
getNameNotNull()
FileType.Type
getType()
void
setBName(String namealue)
void
setType(FileType.Type type)
static String
toJson(FileType fileType)
-
-
-
Constructor Detail
-
FileType
public FileType()
-
FileType
public FileType(FileType.Type type)
-
-
Method Detail
-
getType
public FileType.Type getType()
-
setType
public void setType(FileType.Type type)
-
getName
public String getName()
-
getNameNotNull
public String getNameNotNull()
-
setBName
public void setBName(String namealue)
-
-