
templates.type.t.userdefinedtype Maven / Gradle / Ivy
package ${self.package};
${imports}
public class ${self.name} extends ${extends_type} implements IXtumlType {
public ${self.name}() {
super();
}
public ${self.name}(Object value) throws XtumlException {
super(value);
}
@SuppressWarnings("unchecked")
public ${self.name} promote(Object o) throws XtumlException {
return new ${self.name}(cast(o));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy