Class JavaField


  • public class JavaField
    extends java.lang.Object
    Represents a field of a struct after mapping according to Java .Blend's type mapping rules.
    Author:
    homac
    • Constructor Summary

      Constructors 
      Constructor Description
      JavaField​(CField field)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      JavaType getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavaField

        public JavaField​(CField field)
    • Method Detail

      • getName

        public java.lang.String getName()