Package org.jupnp.model.meta
Klasse ActionArgument<S extends Service>
java.lang.Object
org.jupnp.model.meta.ActionArgument<S>
- Alle implementierten Schnittstellen:
Validatable
Describes a single action argument, either input or output.
No, I haven't figured out so far what the "return value" thingy is good for.
- Autor:
- Christian Bauer, Jochen Hiller - use SpecificationViolationReporter
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungActionArgument(String name, String[] aliases, String relatedStateVariableName, ActionArgument.Direction direction) ActionArgument(String name, String[] aliases, String relatedStateVariableName, ActionArgument.Direction direction, boolean returnValue) ActionArgument(String name, String relatedStateVariableName, ActionArgument.Direction direction) ActionArgument(String name, String relatedStateVariableName, ActionArgument.Direction direction, boolean returnValue) -
Methodenübersicht
-
Konstruktordetails
-
ActionArgument
public ActionArgument(String name, String relatedStateVariableName, ActionArgument.Direction direction) -
ActionArgument
public ActionArgument(String name, String[] aliases, String relatedStateVariableName, ActionArgument.Direction direction) -
ActionArgument
public ActionArgument(String name, String relatedStateVariableName, ActionArgument.Direction direction, boolean returnValue) -
ActionArgument
public ActionArgument(String name, String[] aliases, String relatedStateVariableName, ActionArgument.Direction direction, boolean returnValue)
-
-
Methodendetails
-
getName
-
getAliases
-
isNameOrAlias
-
getRelatedStateVariableName
-
getDirection
-
isReturnValue
public boolean isReturnValue() -
getAction
-
getDatatype
-
validate
- Angegeben von:
validatein SchnittstelleValidatable- Gibt zurück:
- An empty
Listif all rules validated properly, otherwise, the detected errors.
-
deepCopy
-
toString
-