Package thredds.client.catalog
Class Property
- java.lang.Object
-
- thredds.client.catalog.Property
-
@Immutable public class Property extends Object
Client catalog name/value pair- Since:
- 1/7/2015
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<Property>
convertToProperties(AttributeContainer from)
boolean
equals(Object o)
String
getName()
String
getValue()
int
hashCode()
static List<Property>
removeDups(List<Property> org)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
getValue
public String getValue()
-
convertToProperties
public static List<Property> convertToProperties(AttributeContainer from)
-
-