Class TableUsageCollector.TableUsageDescriptor
- java.lang.Object
-
- org.faktorips.runtime.model.type.read.PartDescriptor<TableUsage>
-
- org.faktorips.runtime.model.type.read.TableUsageCollector.TableUsageDescriptor
-
- Enclosing class:
- TableUsageCollector
protected static class TableUsageCollector.TableUsageDescriptor extends PartDescriptor<TableUsage>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTableUsageDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableUsagecreate(ModelElement parentElement)Is called by the collector to create a part of type T using the previously collected information.java.lang.reflect.MethodgetAnnotatedElement()booleanisChangingOverTime()booleanisValid()voidsetAnnotatedElement(java.lang.reflect.Method annotatedElement)voidsetChangingOverTime(boolean changingOverTime)-
Methods inherited from class org.faktorips.runtime.model.type.read.PartDescriptor
getName, setName
-
-
-
-
Method Detail
-
isValid
public boolean isValid()
-
getAnnotatedElement
public java.lang.reflect.Method getAnnotatedElement()
-
setAnnotatedElement
public void setAnnotatedElement(java.lang.reflect.Method annotatedElement)
-
isChangingOverTime
public boolean isChangingOverTime()
-
setChangingOverTime
public void setChangingOverTime(boolean changingOverTime)
-
create
public TableUsage create(ModelElement parentElement)
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<TableUsage>- Parameters:
parentElement- The parent of the part that should be created- Returns:
- The newly created part
-
-