com.kuka.appframework
Annotation Type AppFwApplicationCategory


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AppFwApplicationCategory

Task category that describes an application framework application.


Required Element Summary
 String model
          The name (including path) of the block model file.
 

Element Detail

model

public abstract String model
The name (including path) of the block model file. Rules as for Class.getResourceAsStream() apply.

Returns:
the referenced block model


Copyright © 2018. All rights reserved.