Package com.sforce.ws.codegen.metadata
Class MemberMetadata
- java.lang.Object
-
- com.sforce.ws.codegen.metadata.MemberMetadata
-
public class MemberMetadata extends Object
- Since:
- 184
- Author:
- btoal, hhildebrand
-
-
Constructor Summary
Constructors Constructor Description MemberMetadata(String elementDoc, String javaType, String fieldName, String typeInfo, String arraySource, String getMethod, String boolMemberType, String boolMethod, String setMethod, String writeMethod, String loadType, String loadMethod, String javaTypeInterface, boolean isArray, String writeMethodName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArrayCast()StringgetArraySource()booleangetBooleanJavaType()StringgetBoolMemberType()StringgetBoolMethodName()StringgetCast()StringgetCastFromInterface()StringgetElementDoc()StringgetFieldName()StringgetGetMethodName()booleangetIsArray()StringgetJavaType()StringgetJavaTypeInterface()StringgetLoadMethod()StringgetLoadType()StringgetSetMethodName()StringgetTypeInfo()StringgetWriteMethod()StringgetWriteMethodName()static MemberMetadatanewInstance(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)
-
-
-
Constructor Detail
-
MemberMetadata
public MemberMetadata(String elementDoc, String javaType, String fieldName, String typeInfo, String arraySource, String getMethod, String boolMemberType, String boolMethod, String setMethod, String writeMethod, String loadType, String loadMethod, String javaTypeInterface, boolean isArray, String writeMethodName)
-
-
Method Detail
-
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()
-
-