Class ValidationRuleDescriptor
java.lang.Object
org.faktorips.runtime.model.type.read.PartDescriptor<ValidationRule>
org.faktorips.runtime.model.type.read.ValidationRuleDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(ModelElement parentElement) Is called by the collector to create a part of type T using the previously collected information.voidsetAnnotatedElement(AnnotatedElement annotatedElement) voidMethods inherited from class org.faktorips.runtime.model.type.read.PartDescriptor
getName, setName
-
Constructor Details
-
ValidationRuleDescriptor
public ValidationRuleDescriptor()
-
-
Method Details
-
getAnnotatedElement
-
setAnnotatedElement
-
getMethod
-
setMethod
-
create
Description copied from class:PartDescriptorIs called by the collector to create a part of type T using the previously collected information.- Specified by:
createin classPartDescriptor<ValidationRule>- Parameters:
parentElement- The parent of the part that should be created- Returns:
- The newly created part
-