Class AttributeMetadata
java.lang.Object
ru.cg.webbpm.script_metadata.models.AttributeMetadata
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FieldMetadata
,ParameterMetadata
- Author:
- Islam Khabibullin
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AnnotationMetadata>
protected String
protected ClassMetadata
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeMetadata
(String name, ClassMetadata type, List<AnnotationMetadata> annotations) -
Method Summary
Modifier and TypeMethodDescriptionabstract AttributeMetadata
copy()
getAnnotation
(Class<?> annotation) getAnnotation
(String className) getName()
getType()
boolean
isAnnotationPresent
(Class<?> annotation) boolean
isAnnotationPresent
(String className) boolean
isJava()
void
setAnnotations
(List<AnnotationMetadata> annotations) void
void
setType
(ClassMetadata type) toString()
-
Field Details
-
name
-
type
-
annotations
-
-
Constructor Details
-
AttributeMetadata
public AttributeMetadata() -
AttributeMetadata
-
-
Method Details