gpt4 book ai didi

org.jbundle.base.field.XmlField.()方法的使用及代码示例

转载 作者:知者 更新时间:2024-03-26 15:27:05 24 4
gpt4 key购买 nike

本文整理了Java中org.jbundle.base.field.XmlField.<init>()方法的一些代码示例,展示了XmlField.<init>()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。XmlField.<init>()方法的具体详情如下:
包路径:org.jbundle.base.field.XmlField
类名称:XmlField
方法名:<init>

XmlField.<init>介绍

[英]Constructor.
[中]建造师。

代码示例

代码示例来源:origin: org.jbundle.base/org.jbundle.base.mixed

/**
 * Creates a new object of the same class as this object.
 * @return     a clone of this instance.
 * @exception  CloneNotSupportedException  if the object's class does not support the <code>Cloneable</code> interface.
 * @see        java.lang.Cloneable
 */
public Object clone() throws CloneNotSupportedException
{
  BaseField field = new XmlField(null, m_strFieldName, m_iMaxLength, m_strFieldDesc, null);
  field.setRecord(m_record);     // Set table without adding to table field list
  return field;
}
/**

代码示例来源:origin: org.jbundle.base/org.jbundle.base

/**
 * Creates a new object of the same class as this object.
 * @return     a clone of this instance.
 * @exception  CloneNotSupportedException  if the object's class does not support the <code>Cloneable</code> interface.
 * @see        java.lang.Cloneable
 */
public Object clone() throws CloneNotSupportedException
{
  BaseField field = new XmlField(null, m_strFieldName, m_iMaxLength, m_strFieldDesc, null);
  field.setRecord(m_record);     // Set table without adding to table field list
  return field;
}
/**

代码示例来源:origin: org.jbundle.base.db/org.jbundle.base.db

/**
 * Creates a new object of the same class as this object.
 * @return     a clone of this instance.
 * @exception  CloneNotSupportedException  if the object's class does not support the <code>Cloneable</code> interface.
 * @see        java.lang.Cloneable
 */
public Object clone() throws CloneNotSupportedException
{
  BaseField field = new XmlField(null, m_strFieldName, m_iMaxLength, m_strFieldDesc, null);
  field.setRecord(m_record);     // Set table without adding to table field list
  return field;
}
/**

代码示例来源:origin: org.jbundle.main/org.jbundle.main.db

field = new ShortField(this, SEQUENCE, Constants.DEFAULT_FIELD_LENGTH, null, new Short((short)0));
if (iFieldSeq == 6)
  field = new XmlField(this, COMMENT, Constants.DEFAULT_FIELD_LENGTH, null, null);
  field = new StringField(this, KEYWORDS, 50, null, null);
if (iFieldSeq == 14)
  field = new XmlField(this, XML_DATA, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 15)
  field = new XmlField(this, MENUS_HELP, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (field == null)
  field = super.setupField(iFieldSeq);

代码示例来源:origin: org.jbundle.base/org.jbundle.base.mixed

field = new BooleanField(this, "AutoDesc", Constants.DEFAULT_FIELD_LENGTH, null, new Boolean(true));
if (iFieldSeq == kComment)
  field = new XmlField(this, "Comment", Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == kProgram)
  field = new StringField(this, "Program", 255, null, null);
  field = new XmlField(this, "XmlData", Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == kMenusHelp)
  field = new XmlField(this, "MenusHelp", Constants.DEFAULT_FIELD_LENGTH, null, null);
if (field == null)

代码示例来源:origin: com.tourgeek.tour/com.tourgeek.tour.product.db

field = new TourClassField(this, TOUR_CLASS_ID, 4, null, null);
if (iFieldSeq == 21)
  field = new XmlField(this, INVOICE_TEXT, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 22)
  field = new XmlField(this, ITINERARY_DESC, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (field == null)
  field = super.setupField(iFieldSeq);

代码示例来源:origin: com.tourapp.tour/com.tourapp.tour.product.db

field = new TourClassField(this, TOUR_CLASS_ID, 4, null, null);
if (iFieldSeq == 21)
  field = new XmlField(this, INVOICE_TEXT, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 22)
  field = new XmlField(this, ITINERARY_DESC, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (field == null)
  field = super.setupField(iFieldSeq);

代码示例来源:origin: com.tourgeek.tour/com.tourgeek.tour.product.db

field = new PropertiesField(this, PROPERTIES, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 13)
  field = new XmlField(this, ITINERARY_DESC, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 14)
  field = new ProductDescSort(this, DESC_SORT, 10, null, null);

代码示例来源:origin: com.tourapp.tour/com.tourapp.tour.product.db

field = new PropertiesField(this, PROPERTIES, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 13)
  field = new XmlField(this, ITINERARY_DESC, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 14)
  field = new ProductDescSort(this, DESC_SORT, 10, null, null);

代码示例来源:origin: com.tourapp.tour/com.tourapp.tour.product.db

field = new XmlField(this, ACTION_DOCUMENT_TEXT, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (field == null)
  field = super.setupField(iFieldSeq);

代码示例来源:origin: com.tourgeek.tour/com.tourgeek.tour.product.db

field = new XmlField(this, ACTION_DOCUMENT_TEXT, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (field == null)
  field = super.setupField(iFieldSeq);

代码示例来源:origin: org.jbundle.base/org.jbundle.base.mixed

field = new StringField(this, "MessageDataType", 30, null, null);
if (iFieldSeq == kXMLMessageData)
  field = new XmlField(this, "XMLMessageData", Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == kMessageData)
  field = new MemoField(this, "MessageData", Constants.DEFAULT_FIELD_LENGTH, null, null);

代码示例来源:origin: com.tourgeek.tour/com.tourgeek.tour.product.db

field = new MemoField(this, COMMENTS, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 22)
  field = new XmlField(this, ITINERARY_DESC, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 23)
  field = new ShortField(this, NIGHTS, 2, null, new Short((short)1));

代码示例来源:origin: com.tourgeek.tour/com.tourgeek.tour.booking.db

field = new XmlField(this, ITINERARY_DESC, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 52)
  field = new PropertiesField(this, PROPERTIES, Constants.DEFAULT_FIELD_LENGTH, null, null);

代码示例来源:origin: com.tourapp.tour/com.tourapp.tour.product.db

field = new MemoField(this, COMMENTS, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 22)
  field = new XmlField(this, ITINERARY_DESC, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 23)
  field = new ShortField(this, NIGHTS, 2, null, new Short((short)1));

代码示例来源:origin: com.tourapp.tour/com.tourapp.tour.booking.db

field = new XmlField(this, ITINERARY_DESC, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 52)
  field = new PropertiesField(this, PROPERTIES, Constants.DEFAULT_FIELD_LENGTH, null, null);

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com