示例#1
0
 public synchronized void delete() {
   if (swigCPtr != 0) {
     if (swigCMemOwn) {
       swigCMemOwn = false;
       VISHNUJNI.delete_ELocalAccList(swigCPtr);
     }
     swigCPtr = 0;
   }
 }
示例#2
0
 public synchronized void delete() {
   if (swigCPtr != 0) {
     if (swigCMemOwn) {
       swigCMemOwn = false;
       VISHNUJNI.delete_ListAuthAccounts(swigCPtr);
     }
     swigCPtr = 0;
   }
   super.delete();
 }
示例#3
0
 public synchronized void delete() {
   if (swigCPtr != 0) {
     if (swigCMemOwn) {
       swigCMemOwn = false;
       VISHNUJNI.delete_LsDirOptions(swigCPtr);
     }
     swigCPtr = 0;
   }
   super.delete();
 }
示例#4
0
 public void clear() {
   VISHNUJNI.ELocalAccList_clear(swigCPtr, this);
 }
示例#5
0
 public long size() {
   return VISHNUJNI.ELocalAccList_size(swigCPtr, this);
 }
示例#6
0
 public void push_back(LocalAccount _obj) {
   VISHNUJNI.ELocalAccList_push_back(swigCPtr, this, LocalAccount.getCPtr(_obj), _obj);
 }
示例#7
0
 public void eUnset(int _featureID) {
   VISHNUJNI.ListAuthAccounts_eUnset(swigCPtr, this, _featureID);
 }
示例#8
0
 public void _initialize() {
   VISHNUJNI.LsDirOptions__initialize(swigCPtr, this);
 }
示例#9
0
 public void eSet(int _featureID, SWIGTYPE_p_ecorecpp__mapping__any _newValue) {
   VISHNUJNI.ListAuthAccounts_eSet(
       swigCPtr, this, _featureID, SWIGTYPE_p_ecorecpp__mapping__any.getCPtr(_newValue));
 }
示例#10
0
 public void eUnset(int _featureID) {
   VISHNUJNI.LsDirOptions_eUnset(swigCPtr, this, _featureID);
 }
示例#11
0
 public ListAuthAccounts() {
   this(VISHNUJNI.new_ListAuthAccounts(), true);
 }
示例#12
0
 public void setAllFiles(boolean _allFiles) {
   VISHNUJNI.LsDirOptions_setAllFiles(swigCPtr, this, _allFiles);
 }
示例#13
0
 public boolean eIsSet(int _featureID) {
   return VISHNUJNI.LsDirOptions_eIsSet(swigCPtr, this, _featureID);
 }
示例#14
0
 public boolean isAllFiles() {
   return VISHNUJNI.LsDirOptions_isAllFiles(swigCPtr, this);
 }
示例#15
0
 public void setLongFormat(boolean _longFormat) {
   VISHNUJNI.LsDirOptions_setLongFormat(swigCPtr, this, _longFormat);
 }
示例#16
0
 public boolean isLongFormat() {
   return VISHNUJNI.LsDirOptions_isLongFormat(swigCPtr, this);
 }
示例#17
0
 protected ListAuthAccounts(long cPtr, boolean cMemoryOwn) {
   super(VISHNUJNI.SWIGListAuthAccountsUpcast(cPtr), cMemoryOwn);
   swigCPtr = cPtr;
 }
示例#18
0
 public EAuthAccountList getAuthAccounts() {
   return new EAuthAccountList(VISHNUJNI.ListAuthAccounts_getAuthAccounts(swigCPtr, this), false);
 }
示例#19
0
 public SWIGTYPE_p_ecore__EClass _eClass() {
   long cPtr = VISHNUJNI.LsDirOptions__eClass(swigCPtr, this);
   return (cPtr == 0) ? null : new SWIGTYPE_p_ecore__EClass(cPtr, false);
 }
示例#20
0
 public LsDirOptions() {
   this(VISHNUJNI.new_LsDirOptions(), true);
 }
示例#21
0
 public void _initialize() {
   VISHNUJNI.ListAuthAccounts__initialize(swigCPtr, this);
 }
示例#22
0
 public void insert_all(ELocalAccList _q) {
   VISHNUJNI.ELocalAccList_insert_all(swigCPtr, this, ELocalAccList.getCPtr(_q), _q);
 }
示例#23
0
 public SWIGTYPE_p_ecorecpp__mapping__any eGet(int _featureID, boolean _resolve) {
   return new SWIGTYPE_p_ecorecpp__mapping__any(
       VISHNUJNI.ListAuthAccounts_eGet(swigCPtr, this, _featureID, _resolve), true);
 }
示例#24
0
 public void insert_at(long _pos, LocalAccount _obj) {
   VISHNUJNI.ELocalAccList_insert_at(swigCPtr, this, _pos, LocalAccount.getCPtr(_obj), _obj);
 }
示例#25
0
 public boolean eIsSet(int _featureID) {
   return VISHNUJNI.ListAuthAccounts_eIsSet(swigCPtr, this, _featureID);
 }
示例#26
0
 public LocalAccount get(long _index) {
   long cPtr = VISHNUJNI.ELocalAccList_get(swigCPtr, this, _index);
   return (cPtr == 0) ? null : new LocalAccount(cPtr, false);
 }
示例#27
0
 public SWIGTYPE_p_ecore__EClass _eClass() {
   long cPtr = VISHNUJNI.ListAuthAccounts__eClass(swigCPtr, this);
   return (cPtr == 0) ? null : new SWIGTYPE_p_ecore__EClass(cPtr, false);
 }
示例#28
0
 protected LsDirOptions(long cPtr, boolean cMemoryOwn) {
   super(VISHNUJNI.SWIGLsDirOptionsUpcast(cPtr), cMemoryOwn);
   swigCPtr = cPtr;
 }