Subversion Repositories SmartDukaan

Rev

Rev 51 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 51 Rev 74
Line 71... Line 71...
71
		// Expand data type definition id
71
		// Expand data type definition id
72
		this.datatypeDefinition = defs.getDatatypeDefinition(
72
		this.datatypeDefinition = defs.getDatatypeDefinition(
73
				bulletDefinition.getDatatypeDefinitionID());
73
				bulletDefinition.getDatatypeDefinitionID());
74
		
74
		
75
		
75
		
76
		Utils.logger.info("datatypeDefinition.getClass().getName=" + 
76
		Utils.info("datatypeDefinition.getClass().getName=" + 
77
				this.datatypeDefinition.getClass().getName());
77
				this.datatypeDefinition.getClass().getName());
78
		
78
		
79
		if(this.datatypeDefinition instanceof CompositeDefinition) {
79
		if(this.datatypeDefinition instanceof CompositeDefinition) {
80
			this.isComposite = true;
80
			this.isComposite = true;
81
		}
81
		}