Class ConstructorModelResourceImpl
- java.lang.Object
-
- org.brijframework.model.resource.asm.AbstractModelResource<E>
-
- org.brijframework.model.resource.asm.AbstractConstructorModelResource<String>
-
- org.brijframework.model.resource.impl.ConstructorModelResourceImpl
-
- All Implemented Interfaces:
org.brijframework.GenericResource<String>,org.brijframework.lifecycle.Initializer,ModelResource<String>,ConstructorModelResource<String>
public class ConstructorModelResourceImpl extends AbstractConstructorModelResource<String>
-
-
Constructor Summary
Constructors Constructor Description ConstructorModelResourceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.brijframework.model.resource.asm.AbstractConstructorModelResource
getParameterList, getType, setParameterList, setType
-
Methods inherited from class org.brijframework.model.resource.asm.AbstractModelResource
getAccess, getId, getName, setAccess, setId, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.brijframework.model.ModelResource
getAccess
-
-