Class AasImports.Import
java.lang.Object
de.iip_ecosphere.platform.configuration.easyProducer.aas.AasImports.Import
- Enclosing class:
AasImports
Describes an import.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate de.iip_ecosphere.platform.support.Version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the project to import.de.iip_ecosphere.platform.support.VersionReturns the required version.booleanisKnownType(String type) Returns whethertypeshall be known through this import.
-
Field Details
-
projectName
-
version
private de.iip_ecosphere.platform.support.Version version -
knownTypes
-
-
Constructor Details
-
Method Details
-
getProjectName
Returns the name of the project to import.- Returns:
- the name of the project
-
getVersion
public de.iip_ecosphere.platform.support.Version getVersion()Returns the required version.- Returns:
- the version, may be null for none
-
isKnownType
Returns whethertypeshall be known through this import.- Parameters:
type- the type (may be null)- Returns:
truefor known,falseelse
-