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)booleanequals(Object o)StringgetName()StringgetValue()inthashCode()static List<Property>removeDups(List<Property> org)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getValue
public String getValue()
-
convertToProperties
public static List<Property> convertToProperties(AttributeContainer from)
-
-