@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface PipeBitInfo
Modifier and Type | Fields and Description |
---|---|
static String |
NO_PARAMETERS |
static PipeBitInfo.TypeProduct[] |
NO_TYPE_PRODUCTS |
Modifier and Type | Required Element and Description |
---|---|
String |
description |
String |
name |
Modifier and Type | Optional Element and Description |
---|---|
PipeBitInfo.TypeProduct[] |
dependencies |
String[] |
parameters |
PipeBitInfo.TypeProduct[] |
products |
PipeBitInfo.Role |
role |
PipeBitInfo.TypeProduct[] |
usables |
public static final String NO_PARAMETERS
public static final PipeBitInfo.TypeProduct[] NO_TYPE_PRODUCTS
public abstract String name
public abstract String description
public abstract PipeBitInfo.Role role
public abstract String[] parameters
public abstract PipeBitInfo.TypeProduct[] dependencies
public abstract PipeBitInfo.TypeProduct[] usables
public abstract PipeBitInfo.TypeProduct[] products
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.