Uses of Interface
ch.ivyteam.ivy.application.property.ICustomProperty
-
Packages that use ICustomProperty Package Description ch.ivyteam.ivy.application.property -
-
Uses of ICustomProperty in ch.ivyteam.ivy.application.property
Methods in ch.ivyteam.ivy.application.property that return ICustomProperty Modifier and Type Method Description ICustomProperty
ICustomProperties. property(String name)
Returns the custom property with the given name.Methods in ch.ivyteam.ivy.application.property that return types with arguments of type ICustomProperty Modifier and Type Method Description List<ICustomProperty>
ICustomProperties. findAllStartingWith(String namePrefix)
Returns all custom properties which names start with the givennamePrefix
List<ICustomProperty>
ICustomProperties. getAll()
Returns all custom properties
-