99100101102103104105106107108
/* * @see CMElementDeclaration#getContent() */ public CMContent getContent() { CMElementDeclaration edecl = getSelf(); if (edecl == null) return null; return edecl.getContent(); }