Class MemberMetadata

java.lang.Object
com.sforce.ws.codegen.metadata.MemberMetadata

public class MemberMetadata extends Object
Since:
184
Author:
btoal, hhildebrand
  • Constructor Details

  • Method Details

    • newInstance

      public static MemberMetadata newInstance(String elementDoc, String javaType, String fieldName, String typeInfo, String arraySource, String getMethodName, String boolMemberType, String boolMethodName, String setMethodName, String writeMethod, String loadType, String loadMethod, boolean isComplexType, String javaTypeInterface, boolean isArray, String writeMethodName)
    • getElementDoc

      public String getElementDoc()
    • getJavaType

      public String getJavaType()
    • getFieldName

      public String getFieldName()
    • getTypeInfo

      public String getTypeInfo()
    • getArraySource

      public String getArraySource()
    • getGetMethodName

      public String getGetMethodName()
    • getBoolMemberType

      public String getBoolMemberType()
    • getBoolMethodName

      public String getBoolMethodName()
    • getSetMethodName

      public String getSetMethodName()
    • getWriteMethodName

      public String getWriteMethodName()
    • getWriteMethod

      public String getWriteMethod()
    • getLoadMethod

      public String getLoadMethod()
    • getLoadType

      public String getLoadType()
    • getBooleanJavaType

      public boolean getBooleanJavaType()
    • getCast

      public String getCast()
    • getCastFromInterface

      public String getCastFromInterface()
    • getJavaTypeInterface

      public String getJavaTypeInterface()
    • getIsArray

      public boolean getIsArray()
    • getArrayCast

      public String getArrayCast()