예제 #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;
 }