Package org.drools.core.base
Class AccessorKey
- java.lang.Object
-
- org.drools.core.base.AccessorKey
-
- All Implemented Interfaces:
Externalizable,Serializable
public class AccessorKey extends Object implements Externalizable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccessorKey.AccessorType
-
Constructor Summary
Constructors Constructor Description AccessorKey()AccessorKey(String className, String fieldName, AccessorKey.AccessorType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetClassName()StringgetFieldName()AccessorKey.AccessorTypegetType()inthashCode()voidreadExternal(ObjectInput in)StringtoString()voidwriteExternal(ObjectOutput out)
-
-
-
Constructor Detail
-
AccessorKey
public AccessorKey()
-
AccessorKey
public AccessorKey(String className, String fieldName, AccessorKey.AccessorType type)
-
-
Method Detail
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
getClassName
public String getClassName()
-
getFieldName
public String getFieldName()
-
getType
public AccessorKey.AccessorType getType()
-
-