Uses of Class
net.opengis.sps.v_2_0.TaskOrProcessUnionSemantics
-
-
Uses of TaskOrProcessUnionSemantics in net.opengis.sps.v_2_0
Fields in net.opengis.sps.v_2_0 declared as TaskOrProcessUnionSemantics Modifier and Type Field Description protected TaskOrProcessUnionSemanticsTaskOrProcessPropertyType. unionSemanticsMethods in net.opengis.sps.v_2_0 that return TaskOrProcessUnionSemantics Modifier and Type Method Description static TaskOrProcessUnionSemanticsTaskOrProcessUnionSemantics. fromValue(String v)TaskOrProcessUnionSemanticsTaskOrProcessPropertyType. getUnionSemantics()Gets the value of the unionSemantics property.static TaskOrProcessUnionSemanticsTaskOrProcessUnionSemantics. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskOrProcessUnionSemantics[]TaskOrProcessUnionSemantics. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.sps.v_2_0 with parameters of type TaskOrProcessUnionSemantics Modifier and Type Method Description voidTaskOrProcessPropertyType. setUnionSemantics(TaskOrProcessUnionSemantics value)Sets the value of the unionSemantics property.TaskOrProcessPropertyTypeTaskOrProcessPropertyType. withUnionSemantics(TaskOrProcessUnionSemantics value)Constructors in net.opengis.sps.v_2_0 with parameters of type TaskOrProcessUnionSemantics Constructor Description TaskOrProcessPropertyType(String task, String procedure, TaskOrProcessUnionSemantics unionSemantics, List<String> nilReason, String remoteSchema, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-