| Package | Description |
|---|---|
| org.opencms.gwt.shared |
Core shared stuff.
|
| Modifier and Type | Method and Description |
|---|---|
CmsReturnLinkInfo.Status |
CmsReturnLinkInfo.getStatus()
Returns the link lookup status.
|
static CmsReturnLinkInfo.Status |
CmsReturnLinkInfo.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsReturnLinkInfo.Status[] |
CmsReturnLinkInfo.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CmsReturnLinkInfo(java.lang.String link,
CmsReturnLinkInfo.Status status)
Creates a new instance.
|