| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
| com.togethersoft.openapi.model.elements | |
| com.togethersoft.openapi.model.enum | |
| com.togethersoft.openapi.model.extension | |
| com.togethersoft.openapi.model.util | |
| Uses of Property in com.togethersoft.openapi.model.elements |
| Methods in com.togethersoft.openapi.model.elements that return Property | |
Property | PropertyMap.addProperty(String propertyName, String propertyValue)Creates and adds to this property map new property with the
given propertyName and propertyValue |
Property | PropertyMap.getProperty(String propertyName) |
| Uses of Property in com.togethersoft.openapi.model.enum |
| Methods in com.togethersoft.openapi.model.enum that return Property | |
Property | PropertyEnumeration.next() |
| Uses of Property in com.togethersoft.openapi.model.extension |
| Methods in com.togethersoft.openapi.model.extension that return Property | |
Property | PropertyGetProvider.getProperty(PropertyMap propertyMap, String propertyName)Will be called, when getProperty operation of PropertyMap was invoked. |
Property | PropertySetProvider.addProperty(PropertyMap propertyMap, String propertyName, String propertyValue)Provider must add property with a specified value to propertyMap. |
| Methods in com.togethersoft.openapi.model.extension with parameters of type Property | |
PropertyMap | ExtensionManager.createPropertyMap(Property[] properties) |
| Uses of Property in com.togethersoft.openapi.model.util |
| Classes in com.togethersoft.openapi.model.util that implement Property | |
class | PropertyAdapter |
| Fields in com.togethersoft.openapi.model.util declared as Property | |
private Property | SingleEnumeration.SinglePropertyEnumeration.property |
| Constructors in com.togethersoft.openapi.model.util with parameters of type Property | |
SingleEnumeration.SinglePropertyEnumeration.SinglePropertyEnumeration(Property property) | |
| Methods in com.togethersoft.openapi.model.util that return Property | |
Property | SingleEnumeration.SinglePropertyEnumeration.next() |
| Methods in com.togethersoft.openapi.model.util with parameters of type Property | |
static PropertyEnumeration | SingleEnumeration.createPropertyEnumeration(Property property) |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||