Package org.machanism.machai.schema
Class Customization
java.lang.Object
org.machanism.machai.schema.Customization
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetailed description of the extension or customization point.Code examples for the feature.getName()Name of the customization or extension point (e.g., class, interface, method).Name of the package.getType()Type of customization point (e.g., method, interface, configuration property).inthashCode()voidsetAdditionalProperty(String name, Object value) voidsetDescription(String description) Detailed description of the extension or customization point.voidsetExamples(List<Example__2> examples) Code examples for the feature.voidName of the customization or extension point (e.g., class, interface, method).voidsetPackage(String _package) Name of the package.voidType of customization point (e.g., method, interface, configuration property).toString()
-
Constructor Details
-
Customization
public Customization()
-
-
Method Details
-
getName
Name of the customization or extension point (e.g., class, interface, method). (Required) -
setName
Name of the customization or extension point (e.g., class, interface, method). (Required) -
getPackage
Name of the package. -
setPackage
Name of the package. -
getDescription
Detailed description of the extension or customization point. (Required) -
setDescription
Detailed description of the extension or customization point. (Required) -
getType
Type of customization point (e.g., method, interface, configuration property). (Required) -
setType
Type of customization point (e.g., method, interface, configuration property). (Required) -
getExamples
Code examples for the feature. -
setExamples
Code examples for the feature. -
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
-
equals
-