public final class CollectionInfoJ2SortedSet extends CollectionInfoJ2
DEFAULT_REFERENCE_SUFFIX, REFERENCE_SUFFIX_PROPERTYMETHOD_PREFIX_ADD, METHOD_PREFIX_DELETE, METHOD_PREFIX_GET, METHOD_PREFIX_HAS, METHOD_PREFIX_IS, METHOD_PREFIX_SET, READ_METHOD, READ_WRITE_METHODS, WRITE_METHODCHOICE_NODE_NAME_ERROR_INDICATION| Constructor and Description |
|---|
CollectionInfoJ2SortedSet(XSType contentType,
String name,
String elementName,
boolean useJava50,
FieldMemberAndAccessorFactory memberAndAccessorFactory,
FieldMemberAndAccessorFactory contentMemberAndAccessorFactory)
Creates an instance of this class that represents information about a Java collection type of
type 'java.util.SortedSet'.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
createAddByIndexMethod(JClass jClass) |
protected void |
createGetByIndexMethod(JClass jClass) |
protected void |
createRemoveByIndexMethod(JClass jClass) |
protected void |
createSetByIndexMethod(JClass jClass) |
getContent, getContentName, getContentType, getElementName, getMethodSuffix, getParameterPrefix, getReferenceMethodSuffix, getReferenceSuffix, getXSList, isExtraMethods, setCreateExtraMethods, setReferenceMethodSuffixaddNature, getComment, getDeclaringClassInfo, getDefaultValue, getDeleteMethodName, getFieldInfoReference, getFixedValue, getHasMethodName, getIsMethodName, getMemberAndAccessorFactory, getMethods, getName, getProperty, getReadMethodName, getSubstitutionGroupMembers, getValidator, getVisibility, getWriteMethodName, getXMLFieldHandler, hasNature, isBound, isContainer, isFinal, isNillable, isStatic, isTransient, requiresHasAndDeleteMethods, setBound, setComment, setContainer, setDeclaringClassInfo, setDefaultValue, setFieldInfoReference, setFinal, setFixedValue, setMethods, setNillable, setProperty, setStatic, setSubstitutionGroupMembers, setTransient, setValidator, setVisibility, setXMLFieldHandlerpublic CollectionInfoJ2SortedSet(XSType contentType, String name, String elementName, boolean useJava50, FieldMemberAndAccessorFactory memberAndAccessorFactory, FieldMemberAndAccessorFactory contentMemberAndAccessorFactory)
contentType - The content type of the collection, ie. the type of objects that the
collection will contain.name - The name of the Collection.elementName - The element name for each element in collection.useJava50 - true if code is supposed to be generated for Java 5memberAndAccessorFactory - the FieldMemberAndAccessorFactory to be usedcontentMemberAndAccessorFactory - the factory for the contentprotected void createAddByIndexMethod(JClass jClass)
protected void createGetByIndexMethod(JClass jClass)
protected void createSetByIndexMethod(JClass jClass)
protected void createRemoveByIndexMethod(JClass jClass)
Copyright © 2016. All rights reserved.