org.umber.crucible.content
Interface IContentType

All Known Implementing Classes:
ContentType

public interface IContentType

Metadata description of an IContent implementation. All IContent instances of that implementation should share the same IContentType instance.

Author:
jsheets

Method Summary
 java.lang.String getDescription()
           
 int getLevel()
           
 java.lang.String getName()
           
 

Method Detail

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

getLevel

public int getLevel()