Package org.machanism.machai.schema
Class Stud
java.lang.Object
org.machanism.machai.schema.Stud
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSummary of the purpose and intended use of this interface or abstract class.Code examples for the feature.Fully qualified name of the class in this artifact that implements or extends this stub.getName()Fully qualified name of the interface or abstract class, as exported in this artifact.Name of the package.getType()Kind of stub: always 'interface' or 'abstract class' as provided by this artifact.inthashCode()voidsetAdditionalProperty(String name, Object value) voidsetDescription(String description) Summary of the purpose and intended use of this interface or abstract class.voidsetExamples(List<Example__3> examples) Code examples for the feature.voidsetImplement(String implement) Fully qualified name of the class in this artifact that implements or extends this stub.voidFully qualified name of the interface or abstract class, as exported in this artifact.voidsetPackage(String _package) Name of the package.voidKind of stub: always 'interface' or 'abstract class' as provided by this artifact.toString()
-
Constructor Details
-
Stud
public Stud()
-
-
Method Details
-
getName
Fully qualified name of the interface or abstract class, as exported in this artifact. (Required) -
setName
Fully qualified name of the interface or abstract class, as exported in this artifact. (Required) -
getPackage
Name of the package. -
setPackage
Name of the package. -
getType
Kind of stub: always 'interface' or 'abstract class' as provided by this artifact. (Required) -
setType
Kind of stub: always 'interface' or 'abstract class' as provided by this artifact. (Required) -
getDescription
Summary of the purpose and intended use of this interface or abstract class. (Required) -
setDescription
Summary of the purpose and intended use of this interface or abstract class. (Required) -
getExamples
Code examples for the feature. -
setExamples
Code examples for the feature. -
getImplement
Fully qualified name of the class in this artifact that implements or extends this stub. -
setImplement
Fully qualified name of the class in this artifact that implements or extends this stub. -
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-