public synchronized void delete() { if (swigCPtr != 0) { if (swigCMemOwn) { swigCMemOwn = false; VISHNUJNI.delete_ELocalAccList(swigCPtr); } swigCPtr = 0; } }
public synchronized void delete() { if (swigCPtr != 0) { if (swigCMemOwn) { swigCMemOwn = false; VISHNUJNI.delete_ListAuthAccounts(swigCPtr); } swigCPtr = 0; } super.delete(); }
public synchronized void delete() { if (swigCPtr != 0) { if (swigCMemOwn) { swigCMemOwn = false; VISHNUJNI.delete_LsDirOptions(swigCPtr); } swigCPtr = 0; } super.delete(); }
public void clear() { VISHNUJNI.ELocalAccList_clear(swigCPtr, this); }
public long size() { return VISHNUJNI.ELocalAccList_size(swigCPtr, this); }
public void push_back(LocalAccount _obj) { VISHNUJNI.ELocalAccList_push_back(swigCPtr, this, LocalAccount.getCPtr(_obj), _obj); }
public void eUnset(int _featureID) { VISHNUJNI.ListAuthAccounts_eUnset(swigCPtr, this, _featureID); }
public void _initialize() { VISHNUJNI.LsDirOptions__initialize(swigCPtr, this); }
public void eSet(int _featureID, SWIGTYPE_p_ecorecpp__mapping__any _newValue) { VISHNUJNI.ListAuthAccounts_eSet( swigCPtr, this, _featureID, SWIGTYPE_p_ecorecpp__mapping__any.getCPtr(_newValue)); }
public void eUnset(int _featureID) { VISHNUJNI.LsDirOptions_eUnset(swigCPtr, this, _featureID); }
public ListAuthAccounts() { this(VISHNUJNI.new_ListAuthAccounts(), true); }
public void setAllFiles(boolean _allFiles) { VISHNUJNI.LsDirOptions_setAllFiles(swigCPtr, this, _allFiles); }
public boolean eIsSet(int _featureID) { return VISHNUJNI.LsDirOptions_eIsSet(swigCPtr, this, _featureID); }
public boolean isAllFiles() { return VISHNUJNI.LsDirOptions_isAllFiles(swigCPtr, this); }
public void setLongFormat(boolean _longFormat) { VISHNUJNI.LsDirOptions_setLongFormat(swigCPtr, this, _longFormat); }
public boolean isLongFormat() { return VISHNUJNI.LsDirOptions_isLongFormat(swigCPtr, this); }
protected ListAuthAccounts(long cPtr, boolean cMemoryOwn) { super(VISHNUJNI.SWIGListAuthAccountsUpcast(cPtr), cMemoryOwn); swigCPtr = cPtr; }
public EAuthAccountList getAuthAccounts() { return new EAuthAccountList(VISHNUJNI.ListAuthAccounts_getAuthAccounts(swigCPtr, this), false); }
public SWIGTYPE_p_ecore__EClass _eClass() { long cPtr = VISHNUJNI.LsDirOptions__eClass(swigCPtr, this); return (cPtr == 0) ? null : new SWIGTYPE_p_ecore__EClass(cPtr, false); }
public LsDirOptions() { this(VISHNUJNI.new_LsDirOptions(), true); }
public void _initialize() { VISHNUJNI.ListAuthAccounts__initialize(swigCPtr, this); }
public void insert_all(ELocalAccList _q) { VISHNUJNI.ELocalAccList_insert_all(swigCPtr, this, ELocalAccList.getCPtr(_q), _q); }
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); }
public void insert_at(long _pos, LocalAccount _obj) { VISHNUJNI.ELocalAccList_insert_at(swigCPtr, this, _pos, LocalAccount.getCPtr(_obj), _obj); }
public boolean eIsSet(int _featureID) { return VISHNUJNI.ListAuthAccounts_eIsSet(swigCPtr, this, _featureID); }
public LocalAccount get(long _index) { long cPtr = VISHNUJNI.ELocalAccList_get(swigCPtr, this, _index); return (cPtr == 0) ? null : new LocalAccount(cPtr, false); }
public SWIGTYPE_p_ecore__EClass _eClass() { long cPtr = VISHNUJNI.ListAuthAccounts__eClass(swigCPtr, this); return (cPtr == 0) ? null : new SWIGTYPE_p_ecore__EClass(cPtr, false); }
protected LsDirOptions(long cPtr, boolean cMemoryOwn) { super(VISHNUJNI.SWIGLsDirOptionsUpcast(cPtr), cMemoryOwn); swigCPtr = cPtr; }