Uses of Interface
net.officefloor.compile.properties.Property
-
Packages that use Property Package Description net.officefloor.compile.impl.properties net.officefloor.compile.impl.structure net.officefloor.compile.properties -
-
Uses of Property in net.officefloor.compile.impl.properties
Classes in net.officefloor.compile.impl.properties that implement Property Modifier and Type Class Description classPropertyImplPropertyimplementation.Methods in net.officefloor.compile.impl.properties that return Property Modifier and Type Method Description PropertyPropertyListImpl. addProperty(java.lang.String name)PropertyPropertyListImpl. addProperty(java.lang.String name, java.lang.String label)PropertyPropertyListImpl. getOrAddProperty(java.lang.String name)PropertyPropertyListImpl. getProperty(java.lang.String name)Methods in net.officefloor.compile.impl.properties that return types with arguments of type Property Modifier and Type Method Description java.util.Iterator<Property>PropertyListImpl. iterator()Methods in net.officefloor.compile.impl.properties with parameters of type Property Modifier and Type Method Description voidPropertyListImpl. removeProperty(Property property)Method parameters in net.officefloor.compile.impl.properties with type arguments of type Property Modifier and Type Method Description voidPropertyListImpl. sort(java.util.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 Constructor Description PropertyNode(Property property)Instantiate from aProperty. -
Uses of Property in net.officefloor.compile.properties
Methods in net.officefloor.compile.properties that return Property Modifier and Type Method Description PropertyPropertyList. addProperty(java.lang.String name)Appends aPropertyto thisPropertyList.PropertyPropertyList. addProperty(java.lang.String name, java.lang.String label)Appends aPropertyto thisPropertyList.PropertyPropertyList. getOrAddProperty(java.lang.String name)PropertyPropertyList. getProperty(java.lang.String name)Obtains the firstPropertyby the input name.Methods in net.officefloor.compile.properties with parameters of type Property Modifier and Type Method Description voidPropertyList. removeProperty(Property property)Removes thePropertyfrom thisPropertyList.Method parameters in net.officefloor.compile.properties with type arguments of type Property Modifier and Type Method Description voidPropertyList. sort(java.util.Comparator<? super Property> comparator)Enable sorting thePropertyinstances within thisPropertyList.
-