Class ExternalFormatSchemaSet
- java.lang.Object
-
- org.finos.legend.engine.protocol.pure.v1.model.packageableElement.PackageableElement
-
- org.finos.legend.engine.protocol.pure.v1.packageableElement.external.shared.ExternalFormatSchemaSet
-
public class ExternalFormatSchemaSet extends PackageableElement
-
-
Field Summary
Fields Modifier and Type Field Description StringformatSourceInformationformatSourceInformationList<ExternalFormatSchema>schemas-
Fields inherited from class org.finos.legend.engine.protocol.pure.v1.model.packageableElement.PackageableElement
_package, name, sourceInformation
-
-
Constructor Summary
Constructors Constructor Description ExternalFormatSchemaSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(PackageableElementVisitor<T> visitor)-
Methods inherited from class org.finos.legend.engine.protocol.pure.v1.model.packageableElement.PackageableElement
getPath
-
-
-
-
Field Detail
-
format
public String format
-
schemas
public List<ExternalFormatSchema> schemas
-
formatSourceInformation
public SourceInformation formatSourceInformation
-
-
Method Detail
-
accept
public <T> T accept(PackageableElementVisitor<T> visitor)
- Specified by:
acceptin classPackageableElement
-
-