|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkModel.LinkType | |
---|---|
net.sf.borg.model | The Model package and its sub-packages provide the data model layer for borg |
Uses of LinkModel.LinkType in net.sf.borg.model |
---|
Methods in net.sf.borg.model that return LinkModel.LinkType | |
---|---|
static LinkModel.LinkType |
LinkModel.LinkType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LinkModel.LinkType[] |
LinkModel.LinkType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sf.borg.model with parameters of type LinkModel.LinkType | |
---|---|
void |
LinkModel.addLink(KeyedEntity<?> owner,
String pathIn,
LinkModel.LinkType linkType)
Adds a link. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |