public static CollectionSpecificationDepthType fromValue(String v) { for (CollectionSpecificationDepthType c: CollectionSpecificationDepthType.values()) { if (c.value.equals(v)) { return c; } } throw new IllegalArgumentException(v); }
public static CollectionSpecificationDepthType fromValue(String v) { for (CollectionSpecificationDepthType c: CollectionSpecificationDepthType.values()) { if (c.value.equals(v)) { return c; } } throw new IllegalArgumentException(v); }
public static CollectionSpecificationDepthType fromValue(String v) { for (CollectionSpecificationDepthType c: CollectionSpecificationDepthType.values()) { if (c.value.equals(v)) { return c; } } throw new IllegalArgumentException(v); }