com.eduworks.schema.cfd.competency.CfdBelief Maven / Gradle / Ivy
package com.eduworks.schema.cfd.competency;
/**
* Competency is Under construction.
*
* Working model of competency with CFD Belief extension.
*
* @author [email protected]
* @author [email protected]
* @class Belief
* @module com.eduworks
* @extends org.cassproject.schema.cass.competency.Competency
*/
public class CfdBelief extends CfdCompetency {
/**
* Sub-type of Competency that this is (Will be replaced later)
*
* @property subtype
* @type string
*/
public String subtype = "Belief";
}