Facemorph.DataBase
Class ObjectFactory.DefaultFactoryMeme

java.lang.Object
  extended by Facemorph.DataBase.ObjectFactory.FactoryMeme
      extended by Facemorph.DataBase.ObjectFactory.DefaultFactoryMeme
Enclosing class:
ObjectFactory

public static class ObjectFactory.DefaultFactoryMeme
extends ObjectFactory.FactoryMeme


Constructor Summary
ObjectFactory.DefaultFactoryMeme(java.lang.Class c, java.lang.String name)
           
 
Method Summary
 boolean canHandleStream(java.lang.String alias, boolean fully)
          The object must check the string to determine if the class can handle this type of data.
 boolean equals(java.lang.Object rhs)
           
 java.lang.String getTypeName()
           
 
Methods inherited from class Facemorph.DataBase.ObjectFactory.FactoryMeme
getObjectClass
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory.DefaultFactoryMeme

public ObjectFactory.DefaultFactoryMeme(java.lang.Class c,
                                        java.lang.String name)
Method Detail

canHandleStream

public boolean canHandleStream(java.lang.String alias,
                               boolean fully)
The object must check the string to determine if the class can handle this type of data.

Specified by:
canHandleStream in class ObjectFactory.FactoryMeme
Parameters:
alias - String containing object type.
fully - true if the class is required to fully read this type of data or can be a super class or the reader.
Returns:
true if the class can read this type of data

getTypeName

public java.lang.String getTypeName()

equals

public boolean equals(java.lang.Object rhs)
Overrides:
equals in class ObjectFactory.FactoryMeme