public class Login extends UC4Object implements java.lang.Iterable<LoginDefinition>
| Constructor and Description |
|---|
Login() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLoginDefinition(LoginDefinition definition)
Adds a login definition.
|
Header |
header()
Returns the header data of this object.
|
boolean |
isExecutable()
Returns
true if this Object can be executed. |
java.util.Iterator<LoginDefinition> |
iterator()
Returns an iterator over
LoginDefinition. |
boolean |
removeLoginDefinition(LoginDefinition definition)
Removes the specified login definition from this Login object.
|
int |
size()
Returns the number of entries in this Login object.
|
public Header header()
public java.util.Iterator<LoginDefinition> iterator()
LoginDefinition.iterator in interface java.lang.Iterable<LoginDefinition>public void addLoginDefinition(LoginDefinition definition)
definition - Login definitionpublic boolean removeLoginDefinition(LoginDefinition definition)
definition - Login definitionpublic int size()
public boolean isExecutable()
UC4Objecttrue if this Object can be executed.isExecutable in class UC4Object