Class SyncAttributeDescriptorData


  • public class SyncAttributeDescriptorData
    extends java.lang.Object
    Since:
    3.1-u6
    • Constructor Detail

      • SyncAttributeDescriptorData

        public SyncAttributeDescriptorData​(java.lang.String qualifier,
                                           boolean includeInSync,
                                           boolean copyByValue,
                                           boolean untranslatable,
                                           java.lang.Object preset,
                                           java.lang.Boolean isPartialTranslationEnabled)
    • Method Detail

      • isIncludedInSync

        public boolean isIncludedInSync()
      • isCopyByValue

        public boolean isCopyByValue()
      • isUntranslatable

        public boolean isUntranslatable()
      • getQualifier

        public java.lang.String getQualifier()
      • getPresetValue

        public java.lang.Object getPresetValue()
      • isPartialTranslationEnabled

        public java.lang.Boolean isPartialTranslationEnabled()