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