Class DefaultGeneratedDeployableSpecification
- java.lang.Object
-
- com.xebialabs.xlplatform.synthetic.DefaultGeneratedDeployableSpecification
-
- All Implemented Interfaces:
GeneratedDeployableSpecification
public class DefaultGeneratedDeployableSpecification extends java.lang.Object implements GeneratedDeployableSpecification
-
-
Constructor Summary
Constructors Constructor Description DefaultGeneratedDeployableSpecification(com.xebialabs.deployit.plugin.api.reflect.Type type, com.xebialabs.deployit.plugin.api.reflect.Type superType, boolean inheritsDefaultValues, boolean isVirtual, java.lang.String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()com.xebialabs.deployit.plugin.api.reflect.TypegetSuperType()com.xebialabs.deployit.plugin.api.reflect.TypegetType()booleanisInheritDefaultValues()booleanisVirtual()
-
-
-
Method Detail
-
getType
public com.xebialabs.deployit.plugin.api.reflect.Type getType()
- Specified by:
getTypein interfaceGeneratedDeployableSpecification
-
getSuperType
public com.xebialabs.deployit.plugin.api.reflect.Type getSuperType()
- Specified by:
getSuperTypein interfaceGeneratedDeployableSpecification
-
isInheritDefaultValues
public boolean isInheritDefaultValues()
- Specified by:
isInheritDefaultValuesin interfaceGeneratedDeployableSpecification
-
isVirtual
public boolean isVirtual()
- Specified by:
isVirtualin interfaceGeneratedDeployableSpecification
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceGeneratedDeployableSpecification
-
-