public class MendixAutoNumber extends com.mendix.core.objectmanagement.MendixObjectMemberImpl<Long>
IMendixObjectMember.MemberState, IMendixObjectMember.MemberValueState| Constructor and Description |
|---|
MendixAutoNumber(IMetaPrimitive primitive) |
MendixAutoNumber(String name) |
MendixAutoNumber(String name,
boolean v,
String virtualActionName)
Creates MendixAutoNumber with the given virtual settings
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getValueFromString(String s)
the Long value of the string
|
void |
parseInitialValueFromString(String s) |
void |
setValue(IContext context,
Long value,
boolean performValidation)
Use
setValue instead as this is for internal use. |
checkReadAccess, checkWriteAccess, clone, equals, getComponent, getMemberValueState, getMxObject, getName, getOriginalValue, getState, getValue, getVirtualCaller, hashCode, hasReadAccess, hasWriteAccess, isVirtual, overrideReadAccess, overrideWriteAccess, parseValueFromString, parseValueFromString, parseValueToString, setInitialValue, setMemberValueState, setOriginalValue, setParentObject, setReadAccess, setState, setValue, setVirtual, setVirtualCaller, setWriteAccess, toString, toStringpublic MendixAutoNumber(String name)
name - the name of the autonumberpublic MendixAutoNumber(String name, boolean v, String virtualActionName)
name - the name of the autonumberv - boolean defining whether this primitive is virtual or notvirtualActionName - the CoreAction which will be called when using getValuepublic MendixAutoNumber(IMetaPrimitive primitive)
public void parseInitialValueFromString(String s)
public void setValue(IContext context, Long value, boolean performValidation)
IMendixObjectMembersetValue instead as this is for internal use.setValue in interface com.mendix.core.objectmanagement.MendixObjectMember<Long>setValue in interface IMendixObjectMember<Long>setValue in class com.mendix.core.objectmanagement.MendixObjectMemberImpl<Long>value - the value to setperformValidation - to set if the data validation should be performed.