Uses of Interface
net.officefloor.compile.internal.structure.OverrideProperties
-
Packages that use OverrideProperties Package Description net.officefloor.compile.impl net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of OverrideProperties in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl with parameters of type OverrideProperties Modifier and Type Method Description PropertyList
OfficeFloorCompilerImpl. overrideProperties(Node node, java.lang.String qualifiedName, OverrideProperties overrideProperties, PropertyList originalProperties)
-
Uses of OverrideProperties in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OverrideProperties Modifier and Type Class Description class
OfficeFloorNodeImpl
OfficeFloorNode
implementation.class
OfficeNodeImpl
OfficeNode
implementation. -
Uses of OverrideProperties in net.officefloor.compile.internal.structure
Subinterfaces of OverrideProperties in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
OfficeFloorNode
OfficeFloor
node.interface
OfficeNode
Office
node.Methods in net.officefloor.compile.internal.structure with parameters of type OverrideProperties Modifier and Type Method Description PropertyList
NodeContext. overrideProperties(Node node, java.lang.String qualifiedName, OverrideProperties overrideProperties, PropertyList originalProperties)
Overrides thePropertyList
.
-