/**
  * CreatePropertyContainer.
  *
  * @return the NabuccoPropertyContainer.
  */
 protected static NabuccoPropertyContainer createPropertyContainer() {
   Map<String, NabuccoPropertyDescriptor> propertyMap =
       new HashMap<String, NabuccoPropertyDescriptor>();
   propertyMap.putAll(
       PropertyCache.getInstance().retrieve(TemplateDSElementItem.class).getPropertyMap());
   return new NabuccoPropertyContainer(propertyMap);
 }
 /**
  * CreatePropertyContainer.
  *
  * @return the NabuccoPropertyContainer.
  */
 protected static NabuccoPropertyContainer createPropertyContainer() {
   Map<String, NabuccoPropertyDescriptor> propertyMap =
       new HashMap<String, NabuccoPropertyDescriptor>();
   propertyMap.putAll(
       PropertyCache.getInstance().retrieve(ButtonExtension.class).getPropertyMap());
   propertyMap.put(
       SELECTION,
       PropertyDescriptorSupport.createDatatype(
           SELECTION,
           BooleanProperty.class,
           9,
           PROPERTY_CONSTRAINTS[0],
           false,
           PropertyAssociationType.COMPOSITION));
   propertyMap.put(
       MODIFICATION,
       PropertyDescriptorSupport.createDatatype(
           MODIFICATION,
           EnumerationProperty.class,
           10,
           PROPERTY_CONSTRAINTS[1],
           false,
           PropertyAssociationType.COMPOSITION));
   return new NabuccoPropertyContainer(propertyMap);
 }
 /**
  * CreatePropertyContainer.
  *
  * @return the NabuccoPropertyContainer.
  */
 protected static NabuccoPropertyContainer createPropertyContainer() {
   Map<String, NabuccoPropertyDescriptor> propertyMap =
       new HashMap<String, NabuccoPropertyDescriptor>();
   propertyMap.putAll(
       PropertyCache.getInstance().retrieve(ServiceSubContext.class).getPropertyMap());
   propertyMap.put(
       INITIALIZATIONTYPENAME,
       PropertyDescriptorSupport.createBasetype(
           INITIALIZATIONTYPENAME, Name.class, 4, PROPERTY_CONSTRAINTS[0], false));
   return new NabuccoPropertyContainer(propertyMap);
 }
 /**
  * CreatePropertyContainer.
  *
  * @return the NabuccoPropertyContainer.
  */
 protected static NabuccoPropertyContainer createPropertyContainer() {
   Map<String, NabuccoPropertyDescriptor> propertyMap =
       new HashMap<String, NabuccoPropertyDescriptor>();
   propertyMap.putAll(
       PropertyCache.getInstance().retrieve(NabuccoExtensionComposite.class).getPropertyMap());
   propertyMap.put(
       REFRESHINTERVAL,
       PropertyDescriptorSupport.createBasetype(
           REFRESHINTERVAL, Number.class, 2, PROPERTY_CONSTRAINTS[0], false));
   return new NabuccoPropertyContainer(propertyMap);
 }
 /**
  * CreatePropertyContainer.
  *
  * @return the NabuccoPropertyContainer.
  */
 protected static NabuccoPropertyContainer createPropertyContainer() {
   Map<String, NabuccoPropertyDescriptor> propertyMap =
       new HashMap<String, NabuccoPropertyDescriptor>();
   propertyMap.putAll(
       PropertyCache.getInstance().retrieve(NabuccoExtensionComposite.class).getPropertyMap());
   propertyMap.put(
       FILTERSETID,
       PropertyDescriptorSupport.createDatatype(
           FILTERSETID,
           StringProperty.class,
           2,
           PROPERTY_CONSTRAINTS[0],
           false,
           PropertyAssociationType.COMPOSITION));
   propertyMap.put(
       NAME,
       PropertyDescriptorSupport.createDatatype(
           NAME,
           StringProperty.class,
           3,
           PROPERTY_CONSTRAINTS[1],
           false,
           PropertyAssociationType.COMPOSITION));
   propertyMap.put(
       DESCRIPTION,
       PropertyDescriptorSupport.createDatatype(
           DESCRIPTION,
           StringProperty.class,
           4,
           PROPERTY_CONSTRAINTS[2],
           false,
           PropertyAssociationType.COMPOSITION));
   propertyMap.put(
       FILTERS,
       PropertyDescriptorSupport.createCollection(
           FILTERS,
           QueryFilterExtension.class,
           5,
           PROPERTY_CONSTRAINTS[3],
           false,
           PropertyAssociationType.COMPOSITION));
   propertyMap.put(
       COMPONENT,
       PropertyDescriptorSupport.createDatatype(
           COMPONENT,
           ClassProperty.class,
           6,
           PROPERTY_CONSTRAINTS[4],
           false,
           PropertyAssociationType.COMPOSITION));
   return new NabuccoPropertyContainer(propertyMap);
 }
 /**
  * CreatePropertyContainer.
  *
  * @return the NabuccoPropertyContainer.
  */
 protected static NabuccoPropertyContainer createPropertyContainer() {
   Map<String, NabuccoPropertyDescriptor> propertyMap =
       new HashMap<String, NabuccoPropertyDescriptor>();
   propertyMap.putAll(
       PropertyCache.getInstance().retrieve(NabuccoExtensionComposite.class).getPropertyMap());
   propertyMap.put(
       NAME,
       PropertyDescriptorSupport.createDatatype(
           NAME,
           StringProperty.class,
           2,
           PROPERTY_CONSTRAINTS[0],
           false,
           PropertyAssociationType.COMPOSITION));
   propertyMap.put(
       OWNER,
       PropertyDescriptorSupport.createDatatype(
           OWNER,
           StringProperty.class,
           3,
           PROPERTY_CONSTRAINTS[1],
           false,
           PropertyAssociationType.COMPOSITION));
   propertyMap.put(
       DESCRIPTION,
       PropertyDescriptorSupport.createDatatype(
           DESCRIPTION,
           StringProperty.class,
           4,
           PROPERTY_CONSTRAINTS[2],
           false,
           PropertyAssociationType.COMPOSITION));
   propertyMap.put(
       TYPE,
       PropertyDescriptorSupport.createDatatype(
           TYPE,
           EnumerationProperty.class,
           5,
           PROPERTY_CONSTRAINTS[3],
           false,
           PropertyAssociationType.COMPOSITION));
   return new NabuccoPropertyContainer(propertyMap);
 }
 /**
  * CreatePropertyContainer.
  *
  * @return the NabuccoPropertyContainer.
  */
 protected static NabuccoPropertyContainer createPropertyContainer() {
   Map<String, NabuccoPropertyDescriptor> propertyMap =
       new HashMap<String, NabuccoPropertyDescriptor>();
   propertyMap.putAll(
       PropertyCache.getInstance().retrieve(OrganizationCharacteristic.class).getPropertyMap());
   propertyMap.put(
       USTID,
       PropertyDescriptorSupport.createBasetype(
           USTID, FunctionalIdentifier.class, 8, PROPERTY_CONSTRAINTS[0], false));
   propertyMap.put(
       AMTSGERICHT,
       PropertyDescriptorSupport.createBasetype(
           AMTSGERICHT, Name.class, 9, PROPERTY_CONSTRAINTS[1], false));
   propertyMap.put(
       HANDELSREGISTER,
       PropertyDescriptorSupport.createBasetype(
           HANDELSREGISTER, FunctionalIdentifier.class, 10, PROPERTY_CONSTRAINTS[2], false));
   return new NabuccoPropertyContainer(propertyMap);
 }
 /**
  * CreatePropertyContainer.
  *
  * @return the NabuccoPropertyContainer.
  */
 protected static NabuccoPropertyContainer createPropertyContainer() {
   Map<String, NabuccoPropertyDescriptor> propertyMap =
       new HashMap<String, NabuccoPropertyDescriptor>();
   propertyMap.putAll(
       PropertyCache.getInstance().retrieve(TestScriptComposite.class).getPropertyMap());
   propertyMap.put(
       MAXITERATIONS,
       PropertyDescriptorSupport.createBasetype(
           MAXITERATIONS, Number.class, 8, PROPERTY_CONSTRAINTS[0], false));
   propertyMap.put(
       MAXDURATION,
       PropertyDescriptorSupport.createBasetype(
           MAXDURATION, Duration.class, 9, PROPERTY_CONSTRAINTS[1], false));
   propertyMap.put(
       WAIT,
       PropertyDescriptorSupport.createBasetype(
           WAIT, Duration.class, 10, PROPERTY_CONSTRAINTS[2], false));
   propertyMap.put(
       INDEXNAME,
       PropertyDescriptorSupport.createBasetype(
           INDEXNAME, Name.class, 11, PROPERTY_CONSTRAINTS[3], false));
   return new NabuccoPropertyContainer(propertyMap);
 }
 /**
  * CreatePropertyContainer.
  *
  * @return the NabuccoPropertyContainer.
  */
 protected static NabuccoPropertyContainer createPropertyContainer() {
   Map<String, NabuccoPropertyDescriptor> propertyMap =
       new HashMap<String, NabuccoPropertyDescriptor>();
   propertyMap.putAll(
       PropertyCache.getInstance().retrieve(MultiTenantDatatype.class).getPropertyMap());
   propertyMap.put(
       OWNER,
       PropertyDescriptorSupport.createBasetype(
           OWNER, Owner.class, 4, PROPERTY_CONSTRAINTS[0], false));
   propertyMap.put(
       DESCRIPTION,
       PropertyDescriptorSupport.createBasetype(
           DESCRIPTION, LongDescription.class, 5, PROPERTY_CONSTRAINTS[1], false));
   propertyMap.put(
       TYPE,
       PropertyDescriptorSupport.createEnumeration(
           TYPE, AddressType.class, 6, PROPERTY_CONSTRAINTS[2], false));
   propertyMap.put(
       STATUSTYPE,
       PropertyDescriptorSupport.createEnumeration(
           STATUSTYPE, StatusType.class, 7, PROPERTY_CONSTRAINTS[3], true));
   propertyMap.put(
       FUNCTIONALID,
       PropertyDescriptorSupport.createBasetype(
           FUNCTIONALID, FunctionalIdentifier.class, 8, PROPERTY_CONSTRAINTS[4], false));
   propertyMap.put(
       FUNCTIONALTYPE,
       PropertyDescriptorSupport.createDatatype(
           FUNCTIONALTYPE,
           Code.class,
           9,
           PROPERTY_CONSTRAINTS[5],
           false,
           PropertyAssociationType.COMPOSITION,
           FUNCTIONALTYPE_CODEPATH));
   return new NabuccoPropertyContainer(propertyMap);
 }
 /**
  * Getter for the PropertyDescriptor.
  *
  * @param propertyName the String.
  * @return the NabuccoPropertyDescriptor.
  */
 public static NabuccoPropertyDescriptor getPropertyDescriptor(String propertyName) {
   return PropertyCache.getInstance()
       .retrieve(ListButtonExtension.class)
       .getProperty(propertyName);
 }
 /**
  * Getter for the PropertyDescriptor.
  *
  * @param propertyName the String.
  * @return the NabuccoPropertyDescriptor.
  */
 public static NabuccoPropertyDescriptor getPropertyDescriptor(String propertyName) {
   return PropertyCache.getInstance().retrieve(FileSize.class).getProperty(propertyName);
 }
 /**
  * Getter for the PropertyDescriptorList.
  *
  * @return the List<NabuccoPropertyDescriptor>.
  */
 public static List<NabuccoPropertyDescriptor> getPropertyDescriptorList() {
   return PropertyCache.getInstance().retrieve(FileSize.class).getAllProperties();
 }
 /**
  * Getter for the PropertyDescriptor.
  *
  * @param propertyName the String.
  * @return the NabuccoPropertyDescriptor.
  */
 public static NabuccoPropertyDescriptor getPropertyDescriptor(String propertyName) {
   return PropertyCache.getInstance().retrieve(EmployeeIdListMsg.class).getProperty(propertyName);
 }
 /**
  * Getter for the PropertyDescriptor.
  *
  * @param propertyName the String.
  * @return the NabuccoPropertyDescriptor.
  */
 public static NabuccoPropertyDescriptor getPropertyDescriptor(String propertyName) {
   return PropertyCache.getInstance()
       .retrieve(TestConfigElementMsg.class)
       .getProperty(propertyName);
 }
 /**
  * Getter for the PropertyDescriptorList.
  *
  * @return the List<NabuccoPropertyDescriptor>.
  */
 public static List<NabuccoPropertyDescriptor> getPropertyDescriptorList() {
   return PropertyCache.getInstance()
       .retrieve(InitializationDetailContext.class)
       .getAllProperties();
 }
 /**
  * Getter for the PropertyDescriptor.
  *
  * @param propertyName the String.
  * @return the NabuccoPropertyDescriptor.
  */
 public static NabuccoPropertyDescriptor getPropertyDescriptor(String propertyName) {
   return PropertyCache.getInstance()
       .retrieve(QueryFilterSetExtension.class)
       .getProperty(propertyName);
 }
 /**
  * Getter for the PropertyDescriptor.
  *
  * @param propertyName the String.
  * @return the NabuccoPropertyDescriptor.
  */
 public static NabuccoPropertyDescriptor getPropertyDescriptor(String propertyName) {
   return PropertyCache.getInstance()
       .retrieve(TemplateDSDescriptionItem.class)
       .getProperty(propertyName);
 }
 /**
  * Getter for the PropertyDescriptorList.
  *
  * @return the List<NabuccoPropertyDescriptor>.
  */
 public static List<NabuccoPropertyDescriptor> getPropertyDescriptorList() {
   return PropertyCache.getInstance().retrieve(TemplateDSDescriptionItem.class).getAllProperties();
 }
 /**
  * Getter for the PropertyDescriptorList.
  *
  * @return the List<NabuccoPropertyDescriptor>.
  */
 public static List<NabuccoPropertyDescriptor> getPropertyDescriptorList() {
   return PropertyCache.getInstance().retrieve(TestConfigElementMsg.class).getAllProperties();
 }
 /**
  * Getter for the PropertyDescriptorList.
  *
  * @return the List<NabuccoPropertyDescriptor>.
  */
 public static List<NabuccoPropertyDescriptor> getPropertyDescriptorList() {
   return PropertyCache.getInstance().retrieve(ListButtonExtension.class).getAllProperties();
 }
 /**
  * Getter for the PropertyDescriptor.
  *
  * @param propertyName the String.
  * @return the NabuccoPropertyDescriptor.
  */
 public static NabuccoPropertyDescriptor getPropertyDescriptor(String propertyName) {
   return PropertyCache.getInstance()
       .retrieve(InitializationDetailContext.class)
       .getProperty(propertyName);
 }
 /**
  * Getter for the PropertyDescriptorList.
  *
  * @return the List<NabuccoPropertyDescriptor>.
  */
 public static List<NabuccoPropertyDescriptor> getPropertyDescriptorList() {
   return PropertyCache.getInstance().retrieve(EmployeeIdListMsg.class).getAllProperties();
 }