@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface OslcQueryCapability
Modifier and Type | Required Element and Description |
---|---|
String |
title
Title string that could be used for display
|
Modifier and Type | Optional Element and Description |
---|---|
String |
label
Very short label for use in menu items
|
String |
resourceShape
Resource shapes
|
String[] |
resourceTypes
Resource types
|
String[] |
usages
Usages
|
public abstract String title
public abstract String label
public abstract String resourceShape
public abstract String[] resourceTypes
public abstract String[] usages
Copyright © 2017. All rights reserved.