Class orion.core.ContentType
				
				
			
				Represents a content type known to Orion.
				
				
					
Defined in:  </jobs/genie.orion/orion-client-stable/workspace/bundles/org.eclipse.orion.client.core/web/orion/contentTypes.js>.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Field Attributes | Field Name and Description | 
|---|---|
| Optional; Gives the ID of another ContentType that is this one's parent. | |
| Optional; List of file extensions characterizing this ContentType. | |
| Optional; List of filenames characterizing this ContentType. | |
| Unique identifier of this ContentType. | |
| User-readable name of this ContentType. | 
					Field Detail
				
				
					 
					
					
					{String}
					extends
					
					
					
						Optional; Gives the ID of another ContentType that is this one's parent.
						
						
					
					
					
						
						
						
						
					
					
					{String[]}
					extension
					
					
					
						Optional; List of file extensions characterizing this ContentType. Extensions are not case-sensitive.
						
						
					
					
					
						
						
						
						
					
					
					{String[]}
					filename
					
					
					
						Optional; List of filenames characterizing this ContentType.
						
						
					
					
					
						
						
						
						
					
					
					{String}
					id
					
					
					
						Unique identifier of this ContentType.
						
						
					
					
					
						
						
						
						
					
					
					{String}
					name
					
					
					
						User-readable name of this ContentType.