Package cz.o2.proxima.testing.model
Class CoreModel.Proxied
- java.lang.Object
-
- cz.o2.proxima.testing.model.CoreModel.Proxied
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CoreModel
public class CoreModel.Proxied extends java.lang.Object implements java.io.SerializableClass wrapping views on entity proxied- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityAwareAttributeDescriptor.Wildcard<byte[]>getAsymmetricDescriptor()EntityDescriptorgetDescriptor()EntityAwareAttributeDescriptor.Regular<java.lang.Integer>getDifferentSchemeDescriptor()EntityAwareAttributeDescriptor.Regular<byte[]>getDummyDescriptor()EntityAwareAttributeDescriptor.Wildcard<byte[]>getEventDescriptor()EntityAwareAttributeDescriptor.Wildcard<java.lang.Integer>getIntsDescriptor()EntityAwareAttributeDescriptor.Wildcard<byte[]>getRawDescriptor()EntityAwareAttributeDescriptor.Wildcard<java.lang.Float>getSchemeAsymmetricDescriptor()EntityAwareAttributeDescriptor.Wildcard<byte[]>getWriteAsymmetricDescriptor()
-
-
-
Method Detail
-
getDescriptor
public EntityDescriptor getDescriptor()
-
getRawDescriptor
public EntityAwareAttributeDescriptor.Wildcard<byte[]> getRawDescriptor()
-
getDummyDescriptor
public EntityAwareAttributeDescriptor.Regular<byte[]> getDummyDescriptor()
-
getIntsDescriptor
public EntityAwareAttributeDescriptor.Wildcard<java.lang.Integer> getIntsDescriptor()
-
getEventDescriptor
public EntityAwareAttributeDescriptor.Wildcard<byte[]> getEventDescriptor()
-
getAsymmetricDescriptor
public EntityAwareAttributeDescriptor.Wildcard<byte[]> getAsymmetricDescriptor()
-
getSchemeAsymmetricDescriptor
public EntityAwareAttributeDescriptor.Wildcard<java.lang.Float> getSchemeAsymmetricDescriptor()
-
getWriteAsymmetricDescriptor
public EntityAwareAttributeDescriptor.Wildcard<byte[]> getWriteAsymmetricDescriptor()
-
getDifferentSchemeDescriptor
public EntityAwareAttributeDescriptor.Regular<java.lang.Integer> getDifferentSchemeDescriptor()
-
-