Uses of Class
net.opengis.sps.v_2_0.AvailableOrNotUnionSemantics
-
-
Uses of AvailableOrNotUnionSemantics in net.opengis.sps.v_2_0
Fields in net.opengis.sps.v_2_0 declared as AvailableOrNotUnionSemantics Modifier and Type Field Description protected AvailableOrNotUnionSemanticsAvailableOrNotPropertyType. unionSemanticsMethods in net.opengis.sps.v_2_0 that return AvailableOrNotUnionSemantics Modifier and Type Method Description static AvailableOrNotUnionSemanticsAvailableOrNotUnionSemantics. fromValue(String v)AvailableOrNotUnionSemanticsAvailableOrNotPropertyType. getUnionSemantics()Gets the value of the unionSemantics property.static AvailableOrNotUnionSemanticsAvailableOrNotUnionSemantics. valueOf(String name)Returns the enum constant of this type with the specified name.static AvailableOrNotUnionSemantics[]AvailableOrNotUnionSemantics. 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 AvailableOrNotUnionSemantics Modifier and Type Method Description voidAvailableOrNotPropertyType. setUnionSemantics(AvailableOrNotUnionSemantics value)Sets the value of the unionSemantics property.AvailableOrNotPropertyTypeAvailableOrNotPropertyType. withUnionSemantics(AvailableOrNotUnionSemantics value)Constructors in net.opengis.sps.v_2_0 with parameters of type AvailableOrNotUnionSemantics Constructor Description AvailableOrNotPropertyType(AvailableOrNotPropertyType.Available available, AvailableOrNotPropertyType.Unavailable unavailable, AvailableOrNotUnionSemantics 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
-