Class TypeModelResourceImpl
- java.lang.Object
-
- org.brijframework.model.resource.asm.AbstractModelResource<String>
-
- org.brijframework.model.resource.asm.AbstractTypeModelResource
-
- org.brijframework.model.resource.impl.TypeModelResourceImpl
-
- All Implemented Interfaces:
org.brijframework.GenericResource<String>,org.brijframework.lifecycle.Initializer,ModelResource<String>,TypeModelResource
public class TypeModelResourceImpl extends AbstractTypeModelResource
-
-
Constructor Summary
Constructors Constructor Description TypeModelResourceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProperty(PropertyModelResource<String> setup)PropertyModelResource<?>getProperty(String setup)StringtoString()-
Methods inherited from class org.brijframework.model.resource.asm.AbstractTypeModelResource
getConstructor, getExtend, getProperties, getType, setConstructor, setExtend, setProperties, 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
-
-
-
-
Method Detail
-
addProperty
public void addProperty(PropertyModelResource<String> setup)
-
getProperty
public PropertyModelResource<?> getProperty(String setup)
-
-