Class PlyImporter.EnumWithKeyword<T extends Enum<?>>

java.lang.Object
com.ardor3d.extension.model.ply.PlyImporter.EnumWithKeyword<T>
Direct Known Subclasses:
PlyImporter.AbstractPropertyWithKeyword, PlyImporter.ElementWithKeyword
Enclosing class:
PlyImporter

protected static class PlyImporter.EnumWithKeyword<T extends Enum<?>> extends Object
  • Constructor Details

    • EnumWithKeyword

      protected EnumWithKeyword(T enumKey, String keyword)
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getEnumKey

      public T getEnumKey()
    • getKeyword

      public String getKeyword()
    • toString

      public String toString()
      Overrides:
      toString in class Object