Package org.brijframework.model.resource
Interface TypeModelResource
-
- All Superinterfaces:
org.brijframework.GenericResource<String>,org.brijframework.lifecycle.Initializer,ModelResource<String>
- All Known Implementing Classes:
AbstractTypeModelResource,TypeModelResourceImpl
public interface TypeModelResource extends ModelResource<String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConstructorModelResource<?>getConstructor()StringgetExtend()Map<String,PropertyModelResource<?>>getProperties()StringgetType()-
Methods inherited from interface org.brijframework.model.ModelResource
getAccess
-
-
-
-
Method Detail
-
getType
String getType()
- Specified by:
getTypein interfaceorg.brijframework.GenericResource<String>
-
getExtend
String getExtend()
-
getConstructor
ConstructorModelResource<?> getConstructor()
-
getProperties
Map<String,PropertyModelResource<?>> getProperties()
-
-