Uses of Interface
net.officefloor.compile.properties.Property
Packages that use Property
Package
Description
-
Uses of Property in net.officefloor.compile.impl.properties
Classes in net.officefloor.compile.impl.properties that implement PropertyMethods in net.officefloor.compile.impl.properties that return PropertyModifier and TypeMethodDescriptionPropertyListImpl.addProperty(String name) PropertyListImpl.addProperty(String name, String label) PropertyListImpl.getOrAddProperty(String name) PropertyListImpl.getProperty(String name) Methods in net.officefloor.compile.impl.properties that return types with arguments of type PropertyMethods in net.officefloor.compile.impl.properties with parameters of type PropertyMethod parameters in net.officefloor.compile.impl.properties with type arguments of type PropertyModifier and TypeMethodDescriptionvoidPropertyListImpl.sort(Comparator<? super Property> comparator) -
Uses of Property in net.officefloor.compile.impl.structure
Constructors in net.officefloor.compile.impl.structure with parameters of type Property -
Uses of Property in net.officefloor.compile.properties
Methods in net.officefloor.compile.properties that return PropertyModifier and TypeMethodDescriptionPropertyList.addProperty(String name) Appends aPropertyto thisPropertyList.PropertyList.addProperty(String name, String label) Appends aPropertyto thisPropertyList.PropertyList.getOrAddProperty(String name) PropertyList.getProperty(String name) Obtains the firstPropertyby the input name.Methods in net.officefloor.compile.properties with parameters of type PropertyModifier and TypeMethodDescriptionvoidPropertyList.removeProperty(Property property) Removes thePropertyfrom thisPropertyList.Method parameters in net.officefloor.compile.properties with type arguments of type PropertyModifier and TypeMethodDescriptionvoidPropertyList.sort(Comparator<? super Property> comparator) Enable sorting thePropertyinstances within thisPropertyList.