public class UsingIndexedAttributesDMW extends DmwWrapper
Generated from the dmt schema at version 0.1
This code was auto-generated by the dmggenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dmg.generators.BaseDMWGenerator.dumpWrapper(BaseDMWGenerator.java:488)
core| Modifier | Constructor and Description |
|---|---|
|
UsingIndexedAttributesDMW() |
|
UsingIndexedAttributesDMW(DmcTypeModifierMV mods) |
|
UsingIndexedAttributesDMW(UsingIndexedAttributesDMO obj) |
protected |
UsingIndexedAttributesDMW(UsingIndexedAttributesDMO obj,
ClassDefinition cd) |
addAux, applyModifier, equals, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getDmcObject, getObjectClass, getReferringObjects, getReferringObjectsViaAttribute, hasAux, isReferenced, referenceCount, removeAux, resolveReferences, resolveReferences, serializeIt, setDmcObject, toJSON, toOIF, toOIF, toPersistentOIF, toString, youAreDeletedgetDeleted, getModifier, setDeleted, setModifierpublic UsingIndexedAttributesDMW()
public UsingIndexedAttributesDMW(DmcTypeModifierMV mods)
public UsingIndexedAttributesDMW(UsingIndexedAttributesDMO obj)
protected UsingIndexedAttributesDMW(UsingIndexedAttributesDMO obj, ClassDefinition cd)
public UsingIndexedAttributesDMW getModificationRecorder()
public UsingIndexedAttributesDMW cloneIt()
public UsingIndexedAttributesDMO getDMO()
public int getIndexedStringSize()
public boolean getIndexedStringIsEmpty()
public boolean getIndexedStringHasValue()
public StringIterableDMW getIndexedStringIterable()
public void addIndexedString(Object value) throws DmcValueException
value - A value compatible with StringDmcValueException - if value is incorrectpublic void setNthIndexedString(int index,
String value)
index - The index to set.value - A value compatible with Stringpublic String getNthIndexedString(int index)
index - The index to retreive.public boolean indexedStringContains(String value)
value - A value compatible with Stringpublic ArrayList<String> getIndexedStringCopy()
public void delIndexedString(Object value) throws DmcValueException
value - The String to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delIndexedString(String value)
value - The String to be deleted from set of attribute values.public void remIndexedString()
public int getSomeRelationIndexedSize()
public boolean getSomeRelationIndexedIsEmpty()
public boolean getSomeRelationIndexedHasValue()
public DmcAttribute<?> setNthSomeRelationIndexed(int index, SomeRelation value)
value - A value compatible with SomeRelationpublic ObjWithRefs getNthSomeRelationIndexed(int index)
public SomeRelation getNthSomeRelationIndexedREF(int index)
public void remSomeRelationIndexed()
Copyright © 2023. All rights reserved.