Class ArtifactTypes
- java.lang.Object
-
- net.ssehub.easy.instantiation.core.model.artifactModel.ArtifactTypes
-
public class ArtifactTypes extends java.lang.ObjectProvides access to the type descriptors of the types defined in this package.- Author:
- Holger Eichelberger
-
-
Constructor Summary
Constructors Modifier Constructor Description privateArtifactTypes()Utility class.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TypeDescriptor<?>artifactType()Returns the type descriptor for the built-in type 'Artifact'.static TypeDescriptor<?>pathType()Returns the type descriptor for the built-in type 'Path'.
-
-
-
Method Detail
-
artifactType
public static final TypeDescriptor<?> artifactType()
Returns the type descriptor for the built-in type 'Artifact'.- Returns:
- the type descriptor
-
pathType
public static final TypeDescriptor<?> pathType()
Returns the type descriptor for the built-in type 'Path'.- Returns:
- the type descriptor
-
-