Interface ADLogOption
-
- All Superinterfaces:
ELContAsgnAble,ELElement,ELObject,ELUUIDAble
- All Known Subinterfaces:
ADMdlLogOption,ADRepLogOption
public interface ADLogOption extends ELContAsgnAble
Special options for logging-in.- Note:
- The interface ADLogOption describes an abstract ability of an object. Therefore no instances of this type can be found in the repository!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classADLogOption.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetWarning()Returns warning text.voidsetWarning(java.lang.String value)Set the value of Attribut Warning.-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
-
-
-
Method Detail
-
getWarning
java.lang.String getWarning() throws InoNetException, SrvErrorExceptionReturns warning text.- Throws:
InoNetExceptionSrvErrorException
-
setWarning
void setWarning(java.lang.String value) throws InoNetException, SrvErrorExceptionSet the value of Attribut Warning.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
-