Class DefaultGeneratedDeployableSpecification
java.lang.Object
com.xebialabs.xlplatform.synthetic.DefaultGeneratedDeployableSpecification
- All Implemented Interfaces:
GeneratedDeployableSpecification
public class DefaultGeneratedDeployableSpecification
extends Object
implements GeneratedDeployableSpecification
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultGeneratedDeployableSpecification(TypeName type, TypeName superType, boolean inheritsDefaultValues, boolean isVirtual, String description) -
Method Summary
-
Constructor Details
-
DefaultGeneratedDeployableSpecification
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceGeneratedDeployableSpecification
-
getSuperType
- Specified by:
getSuperTypein interfaceGeneratedDeployableSpecification
-
isInheritDefaultValues
public boolean isInheritDefaultValues()- Specified by:
isInheritDefaultValuesin interfaceGeneratedDeployableSpecification
-
isVirtual
public boolean isVirtual()- Specified by:
isVirtualin interfaceGeneratedDeployableSpecification
-
getDescription
- Specified by:
getDescriptionin interfaceGeneratedDeployableSpecification
-