100101102103104105106107108
return null; } public synchronized ChameleonElementType getChameleonElementType() { if (chameleonElementType == null) { chameleonElementType = new ChameleonElementType(this); } return chameleonElementType; }