de.mid.innovator.srv2api.icw2elem
Class ARG_MemberSpecification
java.lang.Object
de.mid.innovator.srv2api.icw2elem.ARG_MemberSpecification
- All Implemented Interfaces:
- de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MemberSpecification
- extends Object
- implements de.mid.innovator.srv2api.impl.MarshallAble
|
Method Summary |
void |
marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
|
void |
resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
|
void |
unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
SrvContext srvctx)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
- name of the member
vocl
public Class<? extends ELObject> vocl
- specifies the metaclass of this member
ARG_MemberSpecification
public ARG_MemberSpecification()
ARG_MemberSpecification
public ARG_MemberSpecification(String name,
Class<? extends ELObject> vocl)
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
SrvContext srvctx)
- Specified by:
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble