Class ParameterMetadata
java.lang.Object
ru.cg.webbpm.script_metadata.models.AttributeMetadata
ru.cg.webbpm.script_metadata.models.ParameterMetadata
- All Implemented Interfaces:
Serializable
- Author:
- Islam Khabibullin
- See Also:
-
Field Summary
Fields inherited from class ru.cg.webbpm.script_metadata.models.AttributeMetadata
annotations, name, type
-
Constructor Summary
ConstructorsConstructorDescriptionParameterMetadata
(String name, ClassMetadata type, List<AnnotationMetadata> annotations) -
Method Summary
Methods inherited from class ru.cg.webbpm.script_metadata.models.AttributeMetadata
getAnnotation, getAnnotation, getAnnotations, getName, getType, isAnnotationPresent, isAnnotationPresent, isJava, setAnnotations, setName, setType, toString
-
Constructor Details
-
ParameterMetadata
-
-
Method Details
-
copy
- Specified by:
copy
in classAttributeMetadata
-