public class Metadata extends Object implements UICommandMetadata
| Constructor and Description |
|---|
Metadata(Class<? extends UICommand> type) |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
category(UICategory category) |
Metadata |
description(String description) |
Metadata |
docLocation(URL docLocation) |
static Metadata |
forCommand(Class<? extends UICommand> type) |
UICategory |
getCategory() |
String |
getDescription() |
URL |
getDocLocation()
Returns the location of the documentation of this command
|
String |
getName() |
Metadata |
name(String name) |
String |
toString() |
public Metadata category(UICategory category)
public String getName()
getName in interface UICommandMetadatapublic String getDescription()
getDescription in interface UICommandMetadatapublic UICategory getCategory()
getCategory in interface UICommandMetadatapublic URL getDocLocation()
UICommandMetadatagetDocLocation in interface UICommandMetadataCopyright © 2013 JBoss by Red Hat. All Rights Reserved.