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 PropertyConfigurable
Item that is configurable withProperty
instances.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addProperty(java.lang.String name, java.lang.String value)
Adds aProperty
to configure the item.
-