org.apache.lenya.cms.repo
Interface AssetType

All Known Implementing Classes:
AssetTypeImpl, ResourceTypeWrapper

public interface AssetType

Version:
$Id:$

Method Summary
 java.lang.String getName()
          Returns the name of this document type.
 org.apache.lenya.xml.Schema getSchema()
           
 boolean isValidating()
           
 

Method Detail

getName

java.lang.String getName()
Returns the name of this document type.

Returns:
A string value.

getSchema

org.apache.lenya.xml.Schema getSchema()
Returns:
The source URI of the RelaxNG schema.

isValidating

boolean isValidating()
Returns:
If documents belonging to this document type should be validated upon writing.


Copyright © $ Apache Software Foundation. All Rights Reserved.