Package com.opencloud.slee.annotation
Annotation Type OcStatsParameterSets
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface OcStatsParameterSets
OC stats parameter sets used by a resource adaptor
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description OcStatsParameterSetType[]
ocParameterSetTypes
String
rootParameterSetName
String
rootParameterSetType
-
-
-
Element Detail
-
rootParameterSetName
String rootParameterSetName
- Default:
- ""
-
-
-
rootParameterSetType
String rootParameterSetType
- Default:
- ""
-
-
-
ocParameterSetTypes
OcStatsParameterSetType[] ocParameterSetTypes
- Default:
- {}
-
-