-
- All Implemented Interfaces:
public class FileBlock.Element
-
-
Field Summary
Fields Modifier and Type Field Description private final String
type
private final FileBlock.External
external
-
Constructor Summary
Constructors Constructor Description FileBlock.Element(String type, FileBlock.External external)
FileBlock.Element(String type)
FileBlock.Element()
-
Method Summary
Modifier and Type Method Description final String
getType()
final FileBlock.External
getExternal()
-
-
Constructor Detail
-
FileBlock.Element
FileBlock.Element(String type, FileBlock.External external)
-
FileBlock.Element
FileBlock.Element(String type)
-
FileBlock.Element
FileBlock.Element()
-
-
Method Detail
-
getExternal
final FileBlock.External getExternal()
-
-
-
-