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 ExecCapaClassST
Profile.ExecCapaRefs.ExecCapaRef. activityClass
protected ExecCapaClassST
ExecCapa. clazz
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return ExecCapaClassST Modifier and Type Method Description static ExecCapaClassST
ExecCapaClassST. fromValue(String v)
ExecCapaClassST
Profile.ExecCapaRefs.ExecCapaRef. getActivityClass()
Gets the value of the activityClass property.ExecCapaClassST
ExecCapa. getClazz()
Gets the value of the clazz property.static ExecCapaClassST
ExecCapaClassST. 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 void
Profile.ExecCapaRefs.ExecCapaRef. setActivityClass(ExecCapaClassST value)
Sets the value of the activityClass property.void
ExecCapa. setClazz(ExecCapaClassST value)
Sets the value of the clazz property.
-