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