Uses of Interface
net.anwiba.commons.utilities.property.IProperty
-
Packages that use IProperty Package Description net.anwiba.commons.utilities.property -
-
Uses of IProperty in net.anwiba.commons.utilities.property
Classes in net.anwiba.commons.utilities.property that implement IProperty Modifier and Type Class Description classPropertyMethods in net.anwiba.commons.utilities.property that return IProperty Modifier and Type Method Description IPropertyIProperties. getProperty(int index)IPropertyProperties. getProperty(int index)Methods in net.anwiba.commons.utilities.property that return types with arguments of type IProperty Modifier and Type Method Description java.lang.Iterable<IProperty>IProperties. properties()java.lang.Iterable<IProperty>Properties. properties()Methods in net.anwiba.commons.utilities.property with parameters of type IProperty Modifier and Type Method Description IPropertiesIProperties. adapt(int rowIndex, IProperty parameter)IPropertiesProperties. adapt(int index, IProperty parameter)PropertiesBuilderPropertiesBuilder. add(IProperty parameter)Constructor parameters in net.anwiba.commons.utilities.property with type arguments of type IProperty Constructor Description Properties(java.util.List<IProperty> parameters)
-