| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StringEnumeration | |
| com.togethersoft.openapi.model.elements | |
| com.togethersoft.openapi.model.extension | |
| com.togethersoft.openapi.model.util | |
| Uses of StringEnumeration in com.togethersoft.openapi.model.elements |
| Methods in com.togethersoft.openapi.model.elements that return StringEnumeration | |
StringEnumeration | Link.participantRoles()List all roles, participants of this link have. |
StringEnumeration | ModelDelta.changedLinks() |
StringEnumeration | ModelDelta.changedNodes() |
StringEnumeration | ModelDelta.changedReferenceCollections() |
StringEnumeration | ModelDelta.deletedLinks() |
StringEnumeration | ModelDelta.deletedNodes() |
StringEnumeration | ModelDelta.deletedReferenceCollections() |
StringEnumeration | ModelDelta.newLinks() |
StringEnumeration | ModelDelta.newNodes() |
StringEnumeration | ModelDelta.newReferenceCollections() |
| Uses of StringEnumeration in com.togethersoft.openapi.model.extension |
| Methods in com.togethersoft.openapi.model.extension that return StringEnumeration | |
StringEnumeration | ChildrenProvider.children(Entity parent)Provider should return enumeration of unique names of the child elements of the given parent entity. |
StringEnumeration | LinkProvider.participantRoles(Entity link)This method is used, when participantRoles of Entity was called. |
StringEnumeration | LinkProvider.participants(Entity link, String role)This method is used, when participants of Entity was called. |
| Uses of StringEnumeration in com.togethersoft.openapi.model.util |
| Classes in com.togethersoft.openapi.model.util that implement StringEnumeration | |
class | SingleEnumeration.SingleStringEnumeration |
| Fields in com.togethersoft.openapi.model.util declared as StringEnumeration | |
private static StringEnumeration | EmptyEnumeration.stringEnumeration |
| Methods in com.togethersoft.openapi.model.util that return StringEnumeration | |
abstract StringEnumeration | ChildrenProviderAdapter.children(Entity parent)This method should return enumeration of unique names of elements which are children of the given entity. |
static StringEnumeration | EmptyEnumeration.getStringEnumeration() |
static StringEnumeration | EnumerationConverter.toStringEnumeration(Enumeration enum) |
static StringEnumeration | EnumerationConverter.toStringEnumeration(Iterator iter) |
static StringEnumeration | SingleEnumeration.createStringEnumeration(String string) |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||