Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.ExecCapaClassST
-
Packages that use ExecCapaClassST Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of ExecCapaClassST in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as ExecCapaClassST Modifier and Type Field Description protected ExecCapaClassSTProfile.ExecCapaRefs.ExecCapaRef. activityClassprotected ExecCapaClassSTExecCapa. clazzMethods in fi.tut.mei.resdescapi.rdapi.model.rd that return ExecCapaClassST Modifier and Type Method Description static ExecCapaClassSTExecCapaClassST. fromValue(String v)ExecCapaClassSTProfile.ExecCapaRefs.ExecCapaRef. getActivityClass()Gets the value of the activityClass property.ExecCapaClassSTExecCapa. getClazz()Gets the value of the clazz property.static ExecCapaClassSTExecCapaClassST. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecCapaClassST[]ExecCapaClassST. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type ExecCapaClassST Modifier and Type Method Description voidProfile.ExecCapaRefs.ExecCapaRef. setActivityClass(ExecCapaClassST value)Sets the value of the activityClass property.voidExecCapa. setClazz(ExecCapaClassST value)Sets the value of the clazz property.
-