Interface PropertyConfigurable
-
- All Known Subinterfaces:
AbstractPolyglotProcedureTest.ProcedureBuilder,AdministrationNode,DeployedOffice,ExecutiveNode,FunctionNamespaceNode,GovernanceNode,HttpSecurityBuilder,HttpSecuritySupportingManagedObject<O>,ManagedObjectPoolNode,ManagedObjectSourceNode,OfficeAdministration,OfficeFloorExecutive,OfficeFloorManagedObjectPool,OfficeFloorManagedObjectSource,OfficeFloorNode,OfficeFloorSupplier,OfficeFloorTeam,OfficeGovernance,OfficeManagedObjectPool,OfficeManagedObjectSource,OfficeNode,OfficeSection,OfficeSupplier,SectionFunctionNamespace,SectionManagedObjectPool,SectionManagedObjectSource,SectionNode,SubSection,SuppliedManagedObjectSource,SupplierNode,TeamNode,WebTemplate,WebTemplateExtensionBuilder
- All Known Implementing Classes:
AbstractWebTemplate,AdministrationNodeImpl,ExecutiveNodeImpl,FunctionNamespaceNodeImpl,GovernanceNodeImpl,HttpSecuritySupportingManagedObjectImpl,ManagedObjectPoolNodeImpl,ManagedObjectSourceNodeImpl,OfficeFloorCompiler,OfficeFloorCompilerAdapter,OfficeFloorCompilerImpl,OfficeFloorNodeImpl,OfficeNodeImpl,SectionNodeImpl,SuppliedManagedObjectSourceTypeImpl,SupplierNodeImpl,TeamNodeImpl,XmlFileConfigurationContext
public interface PropertyConfigurableItem that is configurable withPropertyinstances.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddProperty(java.lang.String name, java.lang.String value)Adds aPropertyto configure the item.
-